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