AR System Java API

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

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, 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(ARServerUser context, View object)
           
 void MethodValidator.verifyARSetView(ARServerUser context, View arg1)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.