Class OperationWithConditions


public class OperationWithConditions extends PayloadOperation
An operation with a payload (represented as a byte[]) as well as set of conditions (i.e., a selector) to be applied to the objects.
  • Constructor Details

    • OperationWithConditions

      public OperationWithConditions(CommonOperationType type, ConditionsOnObjects conditions, byte[] payload)
      Creates a operation with conditions, and a payload containing the data.
      Parameters:
      type - the type of the operation
      conditions - the conditions to be applied to the objects
      payload - a payload containing the data.
  • Method Details

    • getConditions

      public ConditionsOnObjects getConditions()
      Get the conditions to be performed on the objects.
      Returns:
      the conditions to be performed on the objects.