Package org.alfresco.repo.invitation
Interface ModeratedInvitationProcess
- All Superinterfaces:
InvitationProcess
- All Known Implementing Classes:
SiteModeratedInvitationProcess
The Moderated Invitation Process has a moderator who approves or rejects
invitations raised by the invitee themselves.
Upon approval the invitee will be given the requested role for the
requested resource.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapprove(Invitation request, String reason) Moderator approves this requestvoidcancel(Invitation request, String reason) Invitee cancels this requestinvite(Invitation request, String reason) Invitee kicks off processvoidreject(Invitation request, String reason) Moderator rejects this requestMethods inherited from interface org.alfresco.repo.invitation.InvitationProcess
cancel
-
Method Details
-
invite
Invitee kicks off process- Specified by:
invitein interfaceInvitationProcess- Parameters:
request- Invitationreason- String
-
approve
Moderator approves this request- Parameters:
request- the request to approve.
-
reject
Moderator rejects this request- Parameters:
request- the request to reject
-
cancel
Invitee cancels this request
-