|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Menu in com.bmc.arsys.api |
---|
Subclasses of Menu in com.bmc.arsys.api | |
---|---|
class |
DataDictionaryMenu
The DataDictionaryMenu class returns information for a Data-Dictionary menu. |
class |
FieldDataDictionaryMenu
The CharMenuDDFieldInfo class returns the Data-Dictionary menu field object type. |
class |
FileMenu
The FileMenu class returns information for file menu based on formatted flat file. |
class |
FormDataDictionaryMenu
The FormDataDictionaryMenu class
returns the Data-Dictionary menu form object type. |
class |
ListMenu
The ListMenu class returns a list of items used in list menus. |
class |
QueryMenu
The QueryMenu class
returns information for query menus. |
class |
ServerInfoMenu
The ServerInfoMenu class contains server information for the Menu . |
class |
SqlMenu
The SqlMenu class returns information for SQL menu. |
Methods in com.bmc.arsys.api that return Menu | |
---|---|
Menu |
ARServerUser.getMenu(String name,
MenuCriteria criteria)
return the requested menu object with information specified by MenuCriteria from AR System server. |
Methods in com.bmc.arsys.api that return types with arguments of type Menu | |
---|---|
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. |
Methods in com.bmc.arsys.api with parameters of type Menu | |
---|---|
void |
ARServerUser.createMenu(Menu object)
Creates this Menu object on AR System server. |
void |
ARServerUser.createMenu(Menu object,
String objectModificationLogLabel)
Creates this Menu object on AR System server. |
List<MenuItem> |
ARServerUser.expandMenu(Menu menu)
Expands the query and file references for the specified menu definition and returns a character menu with list-type items only. |
List<MenuItem> |
ARServerUser.expandMenu(Menu menu,
Entry keywordList,
Entry parameterList)
|
List<MenuItem> |
ARServerUser.expandMenu(Menu menu,
Entry keywordList,
Entry parameterList,
int maxRetrieve,
OutputInteger nMatches)
Expands the query and file references for the specified menu definition and returns a character menu with list-type items only. |
void |
ObjectPrinter.printCharMenuInfo(String indent,
String header,
Menu menu)
|
void |
ObjectPrinter.printMenu(String indent,
String header,
Menu menu)
|
void |
ObjectPrinter.printMenuList(String indent,
String header,
Menu[] menuList)
|
void |
ARServerUser.setMenu(Menu object)
Saves the changes made to the menu field object into AR System server |
void |
ARServerUser.setMenu(Menu object,
String objectModificationLogLabel)
Saves the changes made to the menu field object into AR System server |
void |
ParameterValidator.validateMenuInfo(Menu arg1,
boolean nullOk)
Validate that an object variable of type Menu contains a value and that the value is legal. |
void |
MethodValidator.verifyARCreateMenu(com.bmc.arsys.apitransport.ApiUserContextI context,
Menu object)
|
void |
MethodValidator.verifyARExpandMenu(com.bmc.arsys.apitransport.ApiUserContextI context,
Menu arg1)
|
void |
MethodValidator.verifyARSetMenu(com.bmc.arsys.apitransport.ApiUserContextI context,
Menu arg1)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |