Package org.flowable.identitylink.api
Class IdentityLinkType
java.lang.Object
org.flowable.identitylink.api.IdentityLinkType
Contains constants for all types of identity links that can be used to involve a user or group with a certain object.
see e.g. TaskService#addUserIdentityLink(String, String, String)
see e.g. TaskService#addGroupIdentityLink(String, String, String)}
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ASSIGNEE
- See Also:
-
CANDIDATE
- See Also:
-
OWNER
- See Also:
-
STARTER
- See Also:
-
PARTICIPANT
- See Also:
-
REACTIVATOR
- See Also:
-
-
Constructor Details
-
IdentityLinkType
public IdentityLinkType()
-