public interface ProjectInvitationsManagement
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectInvitationsManagement.AlreadyMemberException |
static class |
ProjectInvitationsManagement.IllegalInvitationException |
static class |
ProjectInvitationsManagement.NotProjectInvitation |
static class |
ProjectInvitationsManagement.ProjectMisconfiguredException |
| Modifier and Type | Method and Description |
|---|---|
String |
addInvitation(ProjectInvitationParam param)
Ads invitation
|
List<ProjectInvitation> |
getInvitations(String projectPath)
Gets all project invitations
|
void |
removeInvitation(String projectPath,
String code)
Removes a single invitation
|
void |
sendInvitation(String projectPath,
String code)
Sends an invitation message to the invitation specified by the code.
|
String addInvitation(ProjectInvitationParam param) throws pl.edu.icm.unity.exceptions.EngineException
param - pl.edu.icm.unity.exceptions.EngineExceptionList<ProjectInvitation> getInvitations(String projectPath) throws pl.edu.icm.unity.exceptions.EngineException
projectPath - pl.edu.icm.unity.exceptions.EngineExceptionvoid removeInvitation(String projectPath, String code) throws pl.edu.icm.unity.exceptions.EngineException
code - pl.edu.icm.unity.exceptions.EngineExceptionvoid sendInvitation(String projectPath, String code) throws pl.edu.icm.unity.exceptions.EngineException
code - pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2020 Unity. All rights reserved.