Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
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(ApiUserContextI context,
long arg1,
List<String> arg2,
List<String> arg3,
MenuCriteria arg4) |
void |
MethodValidator.verifyARGetMenu(ApiUserContextI context,
String arg1,
MenuCriteria arg2) |
? Copyright 2013 BMC Software, Inc.