Package org.alfresco.repo.invitation
The implementation of the Invitation Service.
Which deals with invitations to private and moderated resources.
- See Also:
InvitationService
-
Interface Summary Interface Description InvitationProcess The Invitation process is the interface provided by the invitation service to be implemented by each resource's invitation handler This invitation process is the unmoderated invite someone else.InvitationProcessDescription ModeratedInvitationProcess The Moderated Invitation Process has a moderator who approves or rejects invitations raised by the invitee themselves.NominatedInvitationProcess The 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.WorkflowModelModeratedInvitation Workflow Model for a Moderated InvitationWorkflowModelNominatedInvitation Workflow Model for a Nominated Invitation -
Class Summary Class Description InvitationProcessDescriptionImpl Description about which invitation processes are availableInvitationSearchCriteriaImpl InvitationServiceImpl Implementation of invitation service.