public interface IFlowUriDependent extends IFlow
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUriHashState()
Called on the IFlow when it ends action processing and exits from the active flow stacks.
|
boolean |
restoreUriHashState(java.lang.String uriHashState)
Try to restore the state to the given one, if it is not possible, simply return
false.
|
asComponent, asDialog, asState, ensureStartup, getCurrentState, getFlowPersonality, getFocusCandidateName, getLastActiveFieldName, getLastActiveFormName, getPreviousState, getState, restartIfEndedjava.lang.String getUriHashState()
boolean restoreUriHashState(java.lang.String uriHashState)
uriHashState - - The state to restore.