|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.1.0) E10651-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskFlowContext
Context information associated with a task flow instance. TaskFlowContext
for the task flow on top of the stack is EL accessible via
"controllerContext" implicit object.
For example:
#{controllerContext.currentViewPort.taskFlowContext}
Method Summary | |
---|---|
TaskFlowId |
getTaskFlowId()
Returns TaskFlowId corresponding to this context. |
org.apache.myfaces.trinidad.model.MenuModel |
getTrainModel()
Returns a train menu model for this task flow, if a task flow represents a train. |
boolean |
isDataDirty()
Returns true if task flow contains any uncommitted ADF model data. |
Method Detail |
---|
TaskFlowId getTaskFlowId()
TaskFlowId
corresponding to this context.
org.apache.myfaces.trinidad.model.MenuModel getTrainModel()
MenuModel
boolean isDataDirty()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.1.0) E10651-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |