org.camunda.bpm.engine.task
Class IdentityLinkType

java.lang.Object
  extended by 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)

Field Summary
static String ASSIGNEE
           
static String CANDIDATE
           
static String OWNER
           
 
Constructor Summary
IdentityLinkType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

IdentityLinkType

public IdentityLinkType()


Copyright © 2017 camunda services GmbH. All rights reserved.