Interface BatchOperationItems.BatchOperationItem
- All Known Implementing Classes:
BatchOperationItemsImpl.BatchOperationItemImpl
- Enclosing interface:
BatchOperationItems
public static interface BatchOperationItems.BatchOperationItem
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBatchOperationKey
String getBatchOperationKey() -
getOperationType
BatchOperationType getOperationType() -
getItemKey
Long getItemKey() -
getProcessInstanceKey
Long getProcessInstanceKey() -
getProcessedDate
OffsetDateTime getProcessedDate() -
getErrorMessage
String getErrorMessage() -
getStatus
BatchOperationItemState getStatus()
-