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 BatchOperationType -
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 operationType) -
Uses of BatchOperationType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return BatchOperationType