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