Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.TaskEntity.TaskState
-
Packages that use TaskEntity.TaskState Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of TaskEntity.TaskState in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as TaskEntity.TaskState Modifier and Type Field Description protected TaskEntity.TaskStateTaskEntity. lifecycleStateMethods in org.camunda.bpm.engine.impl.persistence.entity that return TaskEntity.TaskState Modifier and Type Method Description static TaskEntity.TaskStateTaskEntity.TaskState. valueOf(java.lang.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.Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskEntity.TaskState Modifier and Type Method Description booleanTaskEntity. transitionTo(TaskEntity.TaskState state)Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskEntity.TaskState Constructor Description TaskEntity(TaskEntity.TaskState initialState)
-