Class BatchOperationItemsImpl.BatchOperationItemImpl
java.lang.Object
io.camunda.client.impl.search.response.BatchOperationItemsImpl.BatchOperationItemImpl
- All Implemented Interfaces:
BatchOperationItems.BatchOperationItem
- Enclosing class:
BatchOperationItemsImpl
public static class BatchOperationItemsImpl.BatchOperationItemImpl
extends Object
implements BatchOperationItems.BatchOperationItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the key of the root process instance.
-
Constructor Details
-
BatchOperationItemImpl
-
-
Method Details
-
getBatchOperationKey
- Specified by:
getBatchOperationKeyin interfaceBatchOperationItems.BatchOperationItem
-
getOperationType
- Specified by:
getOperationTypein interfaceBatchOperationItems.BatchOperationItem
-
getItemKey
- Specified by:
getItemKeyin interfaceBatchOperationItems.BatchOperationItem
-
getProcessInstanceKey
- Specified by:
getProcessInstanceKeyin interfaceBatchOperationItems.BatchOperationItem
-
getRootProcessInstanceKey
Description copied from interface:BatchOperationItems.BatchOperationItemReturns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Specified by:
getRootProcessInstanceKeyin interfaceBatchOperationItems.BatchOperationItem- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getProcessedDate
- Specified by:
getProcessedDatein interfaceBatchOperationItems.BatchOperationItem
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceBatchOperationItems.BatchOperationItem
-
getStatus
- Specified by:
getStatusin interfaceBatchOperationItems.BatchOperationItem
-