Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Menu |
ARServerUser.getMenu(String name,
MenuCriteria criteria)
return the requested menu object with information specified by
MenuCriteria from AR System server. |
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.
|
Modifier and Type | Method and Description |
---|---|
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(ApiUserContextI context,
Menu object) |
void |
MethodValidator.verifyARExpandMenu(ApiUserContextI context,
Menu arg1) |
void |
MethodValidator.verifyARSetMenu(ApiUserContextI context,
Menu arg1) |
Modifier and Type | Method and Description |
---|---|
static Menu |
InputReader.getCharMenuSSInfo() |
static Menu |
InputReader.getMenu() |
? Copyright 2013 BMC Software, Inc.