Interface ModeratedInvitation
-
- All Superinterfaces:
Invitation
public interface ModeratedInvitation extends Invitation
The moderated invitation request is a model object for who, needs to be added or removed from which resource with which attributes. Invitations are processed by the InvitationService- Author:
- mrogers
- See Also:
InvitationService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.invitation.Invitation
Invitation.InvitationType, Invitation.ResourceType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInviteeComments()The invitee comments - why does the invitee want access ?-
Methods inherited from interface org.alfresco.service.cmr.invitation.Invitation
getCreatedAt, getInvitationType, getInviteeUserName, getInviteId, getModifiedAt, getResourceName, getResourceType, getRoleName
-
-