Package | Description |
---|---|
com.bmc.arsys.api |
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. |
View |
ARServerUser.getView(String formName,
int viewId,
ViewCriteria criteria)
Populates this object with information specified by
ViewCriteria from the AR System server. |
void |
MethodValidator.verifyARGetListViewObjects(ApiUserContextI context,
String arg1,
long arg2,
ViewCriteria arg3) |
void |
MethodValidator.verifyARGetView(ApiUserContextI context,
String arg1,
int arg2,
ViewCriteria arg3) |
? Copyright 2013 BMC Software, Inc.