Interface NominatedInvitation
-
- All Superinterfaces:
Invitation
public interface NominatedInvitation extends 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:
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 StringgetAcceptUrl()StringgetInviteeEmail()StringgetInviteeFirstName()StringgetInviteeLastName()StringgetInviterUserName()StringgetRejectUrl()StringgetResourceDescription()StringgetResourceName()What is the resource name ?StringgetResourceTitle()DategetSentInviteDate()StringgetServerPath()StringgetTicket()-
Methods inherited from interface org.alfresco.service.cmr.invitation.Invitation
getCreatedAt, getInvitationType, getInviteeUserName, getInviteId, getModifiedAt, getResourceType, getRoleName
-
-
-
-
Method Detail
-
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()
-
-