All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----bmsi.edx.MenuPath
Summary |
public class MenuPath extends java.lang.Object implements java.util.Enumeration { // Methods 4 public static synchronized Enumeration listMenus(int); public static void main(String[]); public boolean hasMoreElements(); public Object nextElement(); }
A class to enumerate the tree of EDX menu options reachable by a user. The enumeration excludes options that are unreachable due to the user privilege mask.
Methods |
· hasMoreElements | Summary | Top |
public boolean hasMoreElements()
- Implements:
- hasMoreElements in interface Enumeration
· nextElement | Summary | Top |
public Object nextElement()
- Implements:
- nextElement in interface Enumeration
· listMenus | Summary | Top |
public static synchronized Enumeration listMenus(int userid)
Enumerate the menus reachable from a user id. Each enumeration element is a
MenuOption
.
See Also: MenuOption
· main | Summary | Top |
public static void main(String[] argv)
Invoke
listMenus
from the command line for a set of user ids.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7