Uses of Enum Class
org.camunda.bpm.engine.impl.persistence.entity.TaskEntity.TaskState
Packages that use TaskEntity.TaskState
-
Uses of TaskEntity.TaskState in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as TaskEntity.TaskStateMethods in org.camunda.bpm.engine.impl.persistence.entity that return TaskEntity.TaskStateModifier and TypeMethodDescriptionstatic TaskEntity.TaskState
Returns the enum constant of this class with the specified name.static TaskEntity.TaskState[]
TaskEntity.TaskState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskEntity.TaskStateConstructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskEntity.TaskState