-
Method Summary
Filters batch operation items by the specified batchOperationKey.
Filters batch operation items by the specified itemKey.
Filters batch operation items by the specified processInstanceKey.
Filters batch operations by the specified state.
-
Method Details
-
batchOperationKey
Filters batch operation items by the specified batchOperationKey.
- Parameters:
batchOperationKey - the key of the batch operation
- Returns:
- the updated filter
-
batchOperationKey
- Parameters:
fn - the consumer to apply to the StringProperty
- Returns:
- the updated filter
-
itemKey
Filters batch operation items by the specified itemKey.
- Parameters:
itemKey - the itemKey
- Returns:
- the updated filter
-
itemKey
- Parameters:
fn - the consumer to apply to the BasicLongProperty
- Returns:
- the updated filter
-
processInstanceKey
Filters batch operation items by the specified processInstanceKey.
- Parameters:
processInstanceKey - the processInstanceKey
- Returns:
- the updated filter
-
processInstanceKey
- Parameters:
fn - the consumer to apply to the BasicLongProperty
- Returns:
- the updated filter
-
state
Filters batch operations by the specified state.
- Parameters:
state - the state
- Returns:
- the updated filter
-
state
- Parameters:
fn - the consumer to apply to the BatchOperationItemState
- Returns:
- the updated filter