Class FlowRuleOperations


  • public class FlowRuleOperations
    extends java.lang.Object
    A batch of flow rule operations that are broken into stages. TODO move this up to parent's package
    • Constructor Detail

      • FlowRuleOperations

        protected FlowRuleOperations()
    • Method Detail

      • stages

        public java.util.List<java.util.Set<FlowRuleOperation>> stages()
        Returns the flow rule operations as sets of stages that should be executed sequentially.
        Returns:
        flow rule stages
      • callback

        public FlowRuleOperationsContext callback()
        Returns the callback for this batch of operations.
        Returns:
        callback
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object