|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of View in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return View | |
---|---|
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. |
Methods in com.bmc.arsys.api that return types with arguments of type View | |
---|---|
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. |
Methods in com.bmc.arsys.api with parameters of type View | |
---|---|
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(com.bmc.arsys.apitransport.ApiUserContextI context,
View object)
|
void |
MethodValidator.verifyARSetView(com.bmc.arsys.apitransport.ApiUserContextI context,
View arg1)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |