Interface ModeratedInvitation
- All Superinterfaces:
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.invitation.Invitation
Invitation.InvitationType, Invitation.ResourceType -
Method Summary
Modifier and TypeMethodDescriptionThe invitee comments - why does the invitee want access ?Methods inherited from interface org.alfresco.service.cmr.invitation.Invitation
getClientName, getCreatedAt, getInvitationType, getInviteeUserName, getInviteId, getModifiedAt, getResourceName, getResourceType, getRoleName
-
Method Details
-
getInviteeComments
String getInviteeComments()The invitee comments - why does the invitee want access ?- Returns:
- invitee comments
-