Method Summary |
|
List<? extends PageFlowStepActionConditionConfig> | getActionConditions() Returns a list of conditions and their corresponding actions. |
String | getPage() Returns the name of the page this flow step refers to. |
boolean | isApplyAllConditions() Signals whether to check for all conditions.
If true all conditions for pageflow actions will be
checked and their corresponding actions be executed. |
boolean | isStopHere() If true forces the pageflow to stop at this step when
coming from a step before this step. |