Class RepeatState

java.lang.Object
com.aquima.interactions.flow.model.RepeatState

public final class RepeatState extends Object
Internal class containing state information for repeating subflows.
Since:
8.3
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getRepeatedNodeId

      protected NodeID getRepeatedNodeId()
      Returns the ID of the repeated node whose repeat state is represented by this object.
      Returns:
      the ID of the repeated node whose repeat state is represented by this object.
    • getFlowPath

      protected FlowPath getFlowPath()
    • getCurrentNode

      protected InternalNode getCurrentNode()
    • getRepeatValue

      protected IPrimitiveValue getRepeatValue()
    • nextRepeatValue

      protected IPrimitiveValue nextRepeatValue()
    • getRepeatExpression

      protected RepeatExpression getRepeatExpression()