Uses of Enum
io.camunda.client.api.search.enums.UserTaskState
Packages that use UserTaskState
Package
Description
-
Uses of UserTaskState in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return UserTaskStateModifier and TypeMethodDescriptionstatic 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. -
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 UserTaskState -
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