Interface BatchOperationItems.BatchOperationItem

All Known Implementing Classes:
BatchOperationItemsImpl.BatchOperationItemImpl
Enclosing interface:
BatchOperationItems

public static interface BatchOperationItems.BatchOperationItem
  • 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 null for process instance hierarchies created before version 8.9.

      Returns:
      the root process instance key, or null for data created before version 8.9
    • getProcessedDate

      OffsetDateTime getProcessedDate()
    • getErrorMessage

      String getErrorMessage()
    • getStatus