| Package | Description | 
|---|---|
| org.camunda.bpm.engine.impl.persistence.entity | 
| Modifier and Type | Field and Description | 
|---|---|
protected TaskEntity.TaskState | 
TaskEntity.lifecycleState  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskEntity.TaskState | 
TaskEntity.TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TaskEntity.TaskState[] | 
TaskEntity.TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TaskEntity.transitionTo(TaskEntity.TaskState state)  | 
| Constructor and Description | 
|---|
TaskEntity(TaskEntity.TaskState initialState)  | 
Copyright © 2019. All rights reserved.