AR System Java API

Uses of Class
com.bmc.arsys.api.ViewCriteria

Uses of ViewCriteria in com.bmc.arsys.api
 

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


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.