Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
View |
ARServerUser.getView(String formName,
int viewId)
Retrieves the form view object from the AR System server.
|
View |
ARServerUser.getView(String formName,
int viewId,
ViewCriteria criteria)
Populates this object with information specified by
ViewCriteria from the AR System server. |
Modifier and Type | Method and Description |
---|---|
List<View> |
ARServerUser.getListViewObjects(String formName,
long changedSince,
int[] viewIds,
ViewCriteria criteria)
Returns the detailed information of all (accessible)
View objects
that match with the given crteria. |
List<View> |
ARServerUser.getListViewObjects(String formName,
long changedSince,
ViewCriteria criteria)
Returns the detailed information of all (accessible)
View objects that match with the given crteria. |
Modifier and Type | Method and Description |
---|---|
void |
ARServerUser.createView(View object)
Creates the given View object in AR System server.
|
void |
ObjectPrinter.printView(String indent,
String header,
View view) |
void |
ObjectPrinter.printViewList(String indent,
String header,
View[] viewList) |
void |
ARServerUser.setView(View object)
Updates this view on the database
|
void |
ParameterValidator.validateARView(View object) |
void |
MethodValidator.verifyARCreateView(ApiUserContextI context,
View object) |
void |
MethodValidator.verifyARSetView(ApiUserContextI context,
View arg1) |
? Copyright 2013 BMC Software, Inc.