|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModeratedInvitationProcess
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 | |
---|---|
void |
approve(Invitation request,
java.lang.String reason)
Moderator approves this request |
void |
cancel(Invitation request,
java.lang.String reason)
Invitee cancels this request |
Invitation |
invite(Invitation request,
java.lang.String reason)
Invitee kicks off process |
void |
reject(Invitation request,
java.lang.String reason)
Moderator rejects this request |
Methods inherited from interface org.alfresco.repo.invitation.InvitationProcess |
---|
cancel |
Method Detail |
---|
Invitation invite(Invitation request, java.lang.String reason)
invite
in interface InvitationProcess
request
- reason
- void approve(Invitation request, java.lang.String reason)
request
- the request to approve.void reject(Invitation request, java.lang.String reason)
request
- the request to rejectvoid cancel(Invitation request, java.lang.String reason)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |