Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

oracle.adf.controller.metadata.model
Interface TaskFlowReentry

All Superinterfaces:
AdfcNode, IdHolder, NodeHolder, UIInfo

public interface TaskFlowReentry
extends UIInfo

Task flow reentry defines whether a task flow should allow navigation via a back button. In some cases, the navigation via a back button is only allowed if a task flow originally exited with a particular outcome.


Method Summary
 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.
 
Methods inherited from interface oracle.adf.controller.metadata.model.UIInfo
getDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIcon
 
Methods inherited from interface oracle.adf.controller.metadata.model.AdfcNode
getParsingContext, validate
 
Methods inherited from interface oracle.adf.controller.metadata.model.IdHolder
getIdAttribute, setIdAttribute
 
Methods inherited from interface oracle.adf.controller.metadata.model.NodeHolder
getNode
 

Method Detail

isAllowed

boolean isAllowed()
Indicates if task flow reentry is allowed or not.

Returns:
true is back button reentry is allowed.

isOutcomeDependent

boolean isOutcomeDependent()
For some task flows it is legal to reenter only if a task flow originally exited with a particular outcome.

Returns:
true if back button navigation is allowed only for specific outcomes.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.0)

E10651-08

Copyright © 1997, 2013, Oracle. All rights reserved.