Package | Description |
---|---|
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.rest.dto.converter | |
org.camunda.bpm.engine.rest.dto.task | |
org.camunda.bpm.engine.task |
Classes related to the
TaskService . |
Modifier and Type | Field and Description |
---|---|
protected DelegationState |
TaskQueryImpl.delegationState |
Modifier and Type | Method and Description |
---|---|
DelegationState |
TaskQueryImpl.getDelegationState() |
Modifier and Type | Method and Description |
---|---|
TaskQuery |
TaskQueryImpl.taskDelegationState(DelegationState delegationState) |
Modifier and Type | Field and Description |
---|---|
protected DelegationState |
TaskEntity.delegationState |
Modifier and Type | Method and Description |
---|---|
DelegationState |
TaskEntity.getDelegationState() |
Modifier and Type | Method and Description |
---|---|
void |
TaskEntity.setDelegationState(DelegationState delegationState) |
void |
TaskEntity.setDelegationStateWithoutCascade(DelegationState delegationState) |
Modifier and Type | Method and Description |
---|---|
DelegationState |
DelegationStateConverter.convertQueryParameterToType(String value) |
Modifier and Type | Method and Description |
---|---|
DelegationState |
TaskDto.getDelegationState() |
Modifier and Type | Method and Description |
---|---|
void |
TaskQueryDto.setDelegationState(DelegationState taskDelegationState) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setDelegationState(DelegationState delegationState)
The current
DelegationState for this task. |
TaskQuery |
TaskQuery.taskDelegationState(DelegationState delegationState)
Only select tasks with the given
DelegationState . |
Copyright © 2015. All rights reserved.