Uses of Enum
io.camunda.client.api.search.response.UserTaskState
Packages that use UserTaskState
Package
Description
-
Uses of UserTaskState in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type UserTaskStateModifier and TypeMethodDescriptionUserTaskFilter.state(UserTaskState state) Filters user tasks by the specified state. -
Uses of UserTaskState in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return UserTaskStateModifier and TypeMethodDescriptionstatic UserTaskStateUserTaskState.fromProtocolState(UserTaskResult.StateEnum value) UserTask.getState()State of the taskstatic UserTaskStateReturns the enum constant of this type with the specified name.static UserTaskState[]UserTaskState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.api.search.response with parameters of type UserTaskStateModifier and TypeMethodDescriptionstatic UserTaskFilter.StateEnumUserTaskState.toProtocolState(UserTaskState value) -
Uses of UserTaskState in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type UserTaskState -
Uses of UserTaskState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return UserTaskState