Interface BatchOperationItems.BatchOperationItem
- All Known Implementing Classes:
BatchOperationItemsImpl.BatchOperationItemImpl
- Enclosing interface:
BatchOperationItems
public static interface BatchOperationItems.BatchOperationItem
-
Method Summary
Modifier and TypeMethodDescriptionReturns the key of the root process instance.
-
Method Details
-
getBatchOperationKey
String getBatchOperationKey() -
getOperationType
BatchOperationType getOperationType() -
getItemKey
Long getItemKey() -
getProcessInstanceKey
Long getProcessInstanceKey() -
getRootProcessInstanceKey
Long getRootProcessInstanceKey()Returns 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.- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getProcessedDate
OffsetDateTime getProcessedDate() -
getErrorMessage
String getErrorMessage() -
getStatus
BatchOperationItemState getStatus()
-