AR System Java API

Uses of Class
com.bmc.arsys.api.MenuCriteria

Uses of MenuCriteria in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api with parameters of type MenuCriteria
 List<Menu> ARServerUser.getListMenuObjects(long changedSince, List<String> forms, List<String> activeLinks, MenuCriteria criteria)
          Returns detailed information of all (accessible) Menu objects that match with the given criteria.
 Menu ARServerUser.getMenu(String name, MenuCriteria criteria)
          return the requested menu object with information specified by MenuCriteria from AR System server.
 void MethodValidator.verifyARGetListMenuObjects(ARServerUser context, long arg1, List<String> arg2, List<String> arg3, MenuCriteria arg4)
           
 void MethodValidator.verifyARGetMenu(ARServerUser context, String arg1, MenuCriteria arg2)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.