Class MembersWorkspaceModule.Invitation
java.lang.Object
org.ametys.plugins.workspaces.members.MembersWorkspaceModule.Invitation
- Enclosing class:
- MembersWorkspaceModule
Bean representing a invitation by email
-
Constructor Summary
ConstructorDescriptionInvitation
(String email, Date date, UserIdentity author, Map<String, String> allowedProfileByModules, String projectName) Constructor -
Method Summary
-
Constructor Details
-
Invitation
public Invitation(String email, Date date, UserIdentity author, Map<String, String> allowedProfileByModules, String projectName) Constructor- Parameters:
email
- The emaildate
- The date of invitationauthor
- The author of invitationallowedProfileByModules
- The rightsprojectName
- the name of parent project
-
-
Method Details
-
getEmail
Get the email- Returns:
- the email
-
getDate
Get the date of invitation- Returns:
- the date of invitation
-
getAuthor
Get the author of invitation- Returns:
- the author of invitation
-
getAllowedProfileByModules
Get the allowed profile for each module- Returns:
- the allowed profile for each module
-
getProjectName
Get the parent project name- Returns:
- the parent project name
-
toString
-