Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.menu
Class TaskFlowSummary

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.menu.TaskFlowSummary

public class TaskFlowSummary
extends java.lang.Object

A simple bean class for doing reverse lookups on an unboud taskflow file for the applcore menu. The information in the class will only be correct until a modification is done to the taskflow, therafter it will contain stale data and should be re-created.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
TaskFlowSummary(oracle.adfdt.controller.adfc.source.navigator.AdfcConfigNode node)
          Create and parse node as an unbound taskflow.
 
Method Summary
 java.lang.String getMenuFile(java.lang.String viewId)
           
 java.lang.String getViewId(java.lang.String jspxFile)
           
 boolean isMenuComplete(java.lang.String jspxFile)
          Is the menu for the passed jspx file name already present? This means that there is a view id for the page, and a managed bean pointing to a menu file with this jspx page in it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskFlowSummary

public TaskFlowSummary(oracle.adfdt.controller.adfc.source.navigator.AdfcConfigNode node)
Create and parse node as an unbound taskflow.

Parameters:
node - unbound task flow node to parse. If null no parse is done, but this class will still function, just return null/false for the various getter methods.
Method Detail

getViewId

public java.lang.String getViewId(java.lang.String jspxFile)
Returns:

getMenuFile

public java.lang.String getMenuFile(java.lang.String viewId)

isMenuComplete

public boolean isMenuComplete(java.lang.String jspxFile)
Is the menu for the passed jspx file name already present? This means that there is a view id for the page, and a managed bean pointing to a menu file with this jspx page in it.

Parameters:
jspxFile - jspx file name relative to the html root, and containing leading slash. Example /dir/untitled1.jspx.
Returns:
true if menu exists, flas otherwise.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.