Uses of Enum
io.camunda.client.api.search.enums.BatchOperationType
Packages that use BatchOperationType
Package
Description
-
Uses of BatchOperationType in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return BatchOperationTypeModifier and TypeMethodDescriptionstatic BatchOperationTypeReturns the enum constant of this type with the specified name.static BatchOperationType[]BatchOperationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchOperationType in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type BatchOperationTypeModifier and TypeMethodDescriptionBatchOperationFilter.operationType(BatchOperationType operationType) Filters batch operations by the specified type. -
Uses of BatchOperationType in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return BatchOperationTypeModifier and TypeMethodDescriptionBatchOperationItems.BatchOperationItem.getOperationType()BatchOperation.getType() -
Uses of BatchOperationType in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type BatchOperationTypeModifier and TypeMethodDescriptionBatchOperationFilterImpl.operationType(BatchOperationType batchOperationType) -
Uses of BatchOperationType in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type BatchOperationTypeModifier and TypeMethodDescriptionBatchOperationTypePropertyImpl.eq(BatchOperationType value) BatchOperationTypePropertyImpl.in(BatchOperationType... values) BatchOperationTypePropertyImpl.neq(BatchOperationType value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type BatchOperationTypeModifier and TypeMethodDescriptionBatchOperationTypePropertyImpl.in(List<BatchOperationType> values) -
Uses of BatchOperationType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return BatchOperationTypeModifier and TypeMethodDescriptionBatchOperationItemsImpl.BatchOperationItemImpl.getOperationType()BatchOperationImpl.getType()