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. |
List<Menu> |
ARServerUser.getListMenuObjects(long changedSince,
List<String> menus,
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(com.bmc.arsys.apitransport.ApiUserContextI context,
long arg1,
List<String> arg2,
List<String> arg3,
MenuCriteria arg4)
|
void |
MethodValidator.verifyARGetMenu(com.bmc.arsys.apitransport.ApiUserContextI context,
String arg1,
MenuCriteria arg2)
|