Uses of Enum
org.camunda.community.migration.processInstance.dto.task.UserTask.TaskState
Packages that use UserTask.TaskState
Package
Description
-
Uses of UserTask.TaskState in org.camunda.community.migration.processInstance.dto.rest
Methods in org.camunda.community.migration.processInstance.dto.rest that return UserTask.TaskStateMethods in org.camunda.community.migration.processInstance.dto.rest with parameters of type UserTask.TaskState -
Uses of UserTask.TaskState in org.camunda.community.migration.processInstance.dto.task
Methods in org.camunda.community.migration.processInstance.dto.task that return UserTask.TaskStateModifier and TypeMethodDescriptionUserTask.getState()static UserTask.TaskStateReturns the enum constant of this type with the specified name.static UserTask.TaskState[]UserTask.TaskState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.migration.processInstance.dto.task with parameters of type UserTask.TaskStateConstructors in org.camunda.community.migration.processInstance.dto.task with parameters of type UserTask.TaskStateModifierConstructorDescriptionUserTask(Long key, String name, Long processInstanceKey, String type, UserTask.UserTaskData data, UserTask.TaskState state)