public interface TaskFlowReentry extends UIInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowed()
Indicates if task flow reentry is allowed or not.
|
boolean |
isOutcomeDependent()
For some task flows it is legal to reenter only if a task flow originally exited with a particular outcome.
|
boolean |
setAllowed(boolean allowed)
If reentry element is not specified for this task flow, a new task-flow-reentry with a matching value will be added.
|
boolean |
setOutcomeDependent()
If reentry element is not specified, a new outcome dependent reentry will be created.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIcongetParsingContext, validategetIdAttribute, setIdAttributegetNodeboolean isAllowed()
true is back button reentry is allowed.boolean isOutcomeDependent()
true if back button navigation is allowed only for specific outcomes.boolean setAllowed(boolean allowed)
allowed - the new value for task flow reentryboolean setOutcomeDependent()