Interface ProjectInvitationsManagement
public interface ProjectInvitationsManagement
Internal engine API for project invitations management
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionaddInvitations(Set<ProjectInvitationParam> param) getInvitations(String projectPath) Gets all project invitationsvoidremoveInvitation(String projectPath, String code) Removes a single invitationvoidsendInvitation(String projectPath, String code) Sends an invitation message to the invitation specified by the code.
-
Method Details
-
addInvitations
- Throws:
EngineException
-
getInvitations
Gets all project invitations- Throws:
EngineException
-
removeInvitation
Removes a single invitation- Throws:
EngineException
-
sendInvitation
Sends an invitation message to the invitation specified by the code. In case when there is no such invitation, it has missing or invalid contact address or when the associated form has no message template for invitation this method throws exception.- Throws:
EngineException
-