Uses of Class
org.camunda.bpm.engine.task.DelegationState

Packages that use DelegationState
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.task Classes related to the TaskService
 

Uses of DelegationState in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as DelegationState
protected  DelegationState TaskQueryImpl.delegationState
           
 

Methods in org.camunda.bpm.engine.impl that return DelegationState
 DelegationState TaskQueryImpl.getDelegationState()
           
 

Methods in org.camunda.bpm.engine.impl with parameters of type DelegationState
 TaskQuery TaskQueryImpl.taskDelegationState(DelegationState delegationState)
           
 

Uses of DelegationState in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as DelegationState
protected  DelegationState TaskEntity.delegationState
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return DelegationState
 DelegationState TaskEntity.getDelegationState()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DelegationState
 void TaskEntity.setDelegationState(DelegationState delegationState)
           
 void TaskEntity.setDelegationStateWithoutCascade(DelegationState delegationState)
           
 

Uses of DelegationState in org.camunda.bpm.engine.task
 

Methods in org.camunda.bpm.engine.task that return DelegationState
 DelegationState Task.getDelegationState()
          The current DelegationState for this task.
static DelegationState DelegationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DelegationState[] DelegationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.camunda.bpm.engine.task with parameters of type DelegationState
 void Task.setDelegationState(DelegationState delegationState)
          The current DelegationState for this task.
 TaskQuery TaskQuery.taskDelegationState(DelegationState delegationState)
          Only select tasks with the given DelegationState.
 



Copyright © 2016 camunda services GmbH. All rights reserved.