Interface IFlowChangeItem

All Superinterfaces:
Serializable

public interface IFlowChangeItem extends Serializable
  • Method Details

    • setTargetActivity

      void setTargetActivity(IActivityInfo targetActivity)
      Sets the target activity to perform this flow change.
      Parameters:
      targetActivity - the target activity to alter the flow
    • getTargetActivity

      IActivityInfo getTargetActivity()
      Gets the target activity to perform this flow change.
      Returns:
      the target activity to alter the flow to
    • getSourceActivity

      IOpenActivityInfo getSourceActivity()
      Gets the source activity of this flow change.
      Returns:
      the source activity to alter the flow from
    • getValidGrabTargetActivities

      Iterable<IActivityInfo> getValidGrabTargetActivities()
      Gets an iterable collection of the valid targets to alter this flow, based on the source activity.
      Returns:
      an iterable collection of valid target activities