Interface ProjectInvitationsManagement
public interface ProjectInvitationsManagement
Internal engine API for project invitations management
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionaddInvitations
(Set<ProjectInvitationParam> param) getInvitations
(String projectPath) Gets all project invitationsvoid
removeInvitation
(String projectPath, String code) Removes a single invitationvoid
sendInvitation
(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
-