org.camunda.bpm.engine.task
Class IdentityLinkType
java.lang.Object
org.camunda.bpm.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.
- Author:
- Joram Barrez
- See Also:
TaskService.addUserIdentityLink(String, String, String),
TaskService.addGroupIdentityLink(String, String, String)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
IdentityLinkType
public IdentityLinkType()
Copyright © 2017 camunda services GmbH. All rights reserved.