| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.task |
Classes related to the
TaskService for Flowable version 5. |
| org.flowable.cmmn.rest.service.api.runtime.task | |
| org.flowable.compatibility.wrapper | |
| org.flowable.rest.service.api.runtime.task | |
| org.flowable.task.api | |
| org.flowable.task.service.delegate | |
| org.flowable.task.service.impl | |
| org.flowable.task.service.impl.persistence.entity |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
DelegationState |
Task.getDelegationState()
The current
DelegationState for this task. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected DelegationState |
TaskBaseResource.getDelegationState(String delegationState) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
TaskResponse.getDelegationStateString(DelegationState state) |
| Modifier and Type | Method and Description |
|---|---|
DelegationState |
Flowable5TaskWrapper.getDelegationState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Flowable5TaskWrapper.setDelegationState(DelegationState delegationState) |
| Modifier and Type | Method and Description |
|---|---|
protected DelegationState |
TaskBaseResource.getDelegationState(String delegationState) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
TaskResponse.getDelegationStateString(DelegationState state) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
DelegationState |
DelegateTask.getDelegationState()
The current
DelegationState for this task. |
| 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 |
TaskEntityImpl.delegationState |
| Modifier and Type | Method and Description |
|---|---|
DelegationState |
TaskEntityImpl.getDelegationState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskEntityImpl.setDelegationState(DelegationState delegationState) |
Copyright © 2023 Flowable. All rights reserved.