Uses of Enum
io.camunda.client.api.search.enums.BatchOperationItemState
Packages that use BatchOperationItemState
Package
Description
-
Uses of BatchOperationItemState in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return BatchOperationItemStateModifier and TypeMethodDescriptionstatic BatchOperationItemStateReturns the enum constant of this type with the specified name.static BatchOperationItemState[]BatchOperationItemState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchOperationItemState in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type BatchOperationItemStateModifier and TypeMethodDescriptionBatchOperationItemFilter.state(BatchOperationItemState state) Filters batch operations by the specified state. -
Uses of BatchOperationItemState in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return BatchOperationItemState -
Uses of BatchOperationItemState in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type BatchOperationItemStateModifier and TypeMethodDescriptionBatchOperationItemFilterImpl.state(BatchOperationItemState state) -
Uses of BatchOperationItemState in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type BatchOperationItemStateModifier and TypeMethodDescriptionBatchOperationItemStatePropertyImpl.eq(BatchOperationItemState value) BatchOperationItemStatePropertyImpl.in(BatchOperationItemState... values) BatchOperationItemStatePropertyImpl.neq(BatchOperationItemState value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type BatchOperationItemStateModifier and TypeMethodDescriptionBatchOperationItemStatePropertyImpl.in(List<BatchOperationItemState> values) -
Uses of BatchOperationItemState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return BatchOperationItemState