Interface NominatedInvitation
- All Superinterfaces:
Invitation
The nominated invitation 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 TypeMethodDescriptionWhat is the resource name ?Methods inherited from interface org.alfresco.service.cmr.invitation.Invitation
getClientName, getCreatedAt, getInvitationType, getInviteeUserName, getInviteId, getModifiedAt, getResourceType, getRoleName
-
Method Details
-
getInviterUserName
String getInviterUserName() -
getInviteeFirstName
String getInviteeFirstName() -
getInviteeLastName
String getInviteeLastName() -
getInviteeEmail
String getInviteeEmail() -
getResourceName
String getResourceName()Description copied from interface:InvitationWhat is the resource name ?- Specified by:
getResourceNamein interfaceInvitation- Returns:
- the name of the resource
-
getResourceTitle
String getResourceTitle() -
getResourceDescription
String getResourceDescription() -
getServerPath
String getServerPath() -
getAcceptUrl
String getAcceptUrl() -
getRejectUrl
String getRejectUrl() -
getSentInviteDate
Date getSentInviteDate() -
getTicket
String getTicket()
-