Interface BatchOperationItemFilter

All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
All Known Implementing Classes:
BatchOperationItemFilterImpl

public interface BatchOperationItemFilter extends TypedSearchRequest.SearchRequestFilter
  • Method Details

    • batchOperationId

      BatchOperationItemFilter batchOperationId(String batchOperationId)
      Filters batch operation items by the specified batchOperationId.
      Parameters:
      batchOperationId - the ID of the batch operation
      Returns:
      the updated filter
    • itemKey

      BatchOperationItemFilter itemKey(long itemKey)
      Filters batch operation items by the specified itemKey.
      Parameters:
      itemKey - the itemKey
      Returns:
      the updated filter
    • processInstanceKey

      BatchOperationItemFilter processInstanceKey(long processInstanceKey)
      Filters batch operation items by the specified processInstanceKey.
      Parameters:
      processInstanceKey - the processInstanceKey
      Returns:
      the updated filter
    • state

      Filters batch operations by the specified state.
      Parameters:
      state - the state
      Returns:
      the updated filter