Package org.camunda.bpm.engine.task
Class IdentityLinkType
- java.lang.Object
- 
- org.camunda.bpm.engine.task.IdentityLinkType
 
- 
 public class IdentityLinkType extends java.lang.ObjectContains 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 SummaryConstructors Constructor Description IdentityLinkType()
 
- 
- 
- 
Field Detail- 
ASSIGNEEpublic static final java.lang.String ASSIGNEE - See Also:
- Constant Field Values
 
 - 
CANDIDATEpublic static final java.lang.String CANDIDATE - See Also:
- Constant Field Values
 
 - 
OWNERpublic static final java.lang.String OWNER - See Also:
- Constant Field Values
 
 
- 
 
-