Uses of Interface
org.alfresco.repo.invitation.InvitationProcess
-
Packages that use InvitationProcess Package Description org.alfresco.repo.invitation The implementation of the Invitation Service.org.alfresco.repo.invitation.site The implementation of the Invitation Service for Web Site resources. -
-
Uses of InvitationProcess in org.alfresco.repo.invitation
Subinterfaces of InvitationProcess in org.alfresco.repo.invitation Modifier and Type Interface Description interfaceModeratedInvitationProcessThe Moderated Invitation Process has a moderator who approves or rejects invitations raised by the invitee themselves.interfaceNominatedInvitationProcessThe Invitation process is the interface provided by the invitation service to be implemented by each resource handler This invitation process is where someone nominates an invitee who then needs to accept or reject the nomination. -
Uses of InvitationProcess in org.alfresco.repo.invitation.site
Classes in org.alfresco.repo.invitation.site that implement InvitationProcess Modifier and Type Class Description classSiteModeratedInvitationProcessThe Site Private Invitation Process implements the PrivateInvitatonProcess for Web Sites.classSiteNominatedInvitationProcessThe Site Private Invitation Process implements the PrivateInvitatonProcess for Web Sites.
-