Package org.camunda.bpm.engine.task
Class IdentityLinkType
- java.lang.Object
-
- org.camunda.bpm.engine.task.IdentityLinkType
-
public class IdentityLinkType extends java.lang.Object
Contains constants for all types of identity links that can be used to involve a user or group with a certain task.- Author:
- Joram Barrez
- See Also:
TaskService.addUserIdentityLink(String, String, String)
,TaskService.addGroupIdentityLink(String, String, String)
-
-
Constructor Summary
Constructors Constructor Description IdentityLinkType()
-
-
-
Field Detail
-
ASSIGNEE
public static final java.lang.String ASSIGNEE
- See Also:
- Constant Field Values
-
CANDIDATE
public static final java.lang.String CANDIDATE
- See Also:
- Constant Field Values
-
OWNER
public static final java.lang.String OWNER
- See Also:
- Constant Field Values
-
-