Class InviteInfo
java.lang.Object
org.alfresco.repo.invitation.site.InviteInfo
- All Implemented Interfaces:
Serializable
Holds properties pertaining to an invitation that has been sent out by a Site Manager (Inviter) to another person (Invitee) to join his/her Site
- Author:
- glen dot johnson at alfresco dot com
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInviteInfo(String invitationStatus, String inviterUserName, TemplateNode inviterPerson, String inviteeUserName, TemplateNode inviteePerson, String role, String siteShortName, SiteInfo siteInfo, Date sentInviteDate, String inviteId) -
Method Summary
Modifier and TypeMethodDescriptionGets the invitation statusGets the invitee personGets the invitee user nameGets the invite IDGets the inviter personGets the inviter user namegetRole()Gets the role that invitee has been invited to the site asGets the sent invite dateGets the site short name
-
Field Details
-
INVITATION_STATUS_PENDING
- See Also:
-
INVITATION_STATUS_ACCEPTED
- See Also:
-
INVITATION_STATUS_REJECTED
- See Also:
-
-
Constructor Details
-
InviteInfo
public InviteInfo(String invitationStatus, String inviterUserName, TemplateNode inviterPerson, String inviteeUserName, TemplateNode inviteePerson, String role, String siteShortName, SiteInfo siteInfo, Date sentInviteDate, String inviteId)
-
-
Method Details
-
getInviterUserName
Gets the inviter user name- Returns:
- the inviterUserName
-
getInviteeUserName
Gets the invitee user name- Returns:
- the inviteeUserName
-
getSiteShortName
Gets the site short name- Returns:
- the siteShortName
-
getInviteId
Gets the invite ID- Returns:
- the inviteId
-
getInviteePerson
Gets the invitee person- Returns:
- the invitee person
-
getInviterPerson
Gets the inviter person- Returns:
- the inviter person
-
getSentInviteDate
Gets the sent invite date- Returns:
- the sent invite date
-
getInvitationStatus
Gets the invitation status- Returns:
- the invitation status
-
getRole
Gets the role that invitee has been invited to the site as- Returns:
- the role that the invitee has been invited to the site as
-
getSiteInfo
-