Methods in com.bmc.arsys.api with parameters of type ViewCriteria |
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(com.bmc.arsys.apitransport.ApiUserContextI context,
String arg1,
long arg2,
ViewCriteria arg3)
|
void |
MethodValidator.verifyARGetView(com.bmc.arsys.apitransport.ApiUserContextI context,
String arg1,
int arg2,
ViewCriteria arg3)
|