AR System Java API

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

Uses of Form in com.bmc.arsys.api
 

Subclasses of Form in com.bmc.arsys.api
 class DisplayOnlyForm
           
 class JoinForm
          The JoinForm class represents a type of "compound form" consisting of a join between two or more AR System forms.
 class RegularForm
           
 class VendorForm
          The VendorForm class represents a type of "external" form that is created from a non-database source (for example, an XML file).
 class ViewForm
          The ViewForm class represents a type of "external" form that is created from a non-AR System database source, for example, an MS Access database.
 

Methods in com.bmc.arsys.api that return Form
 Form ARServerUser.getForm(String formName)
          return the requested Form object from AR System server.
 Form ARServerUser.getForm(String formName, FormCriteria criteria)
          return the requested Form object from AR System server.
 

Methods in com.bmc.arsys.api that return types with arguments of type Form
 List<Form> ARServerUser.getListFormObjects(long changedSince, int formType, String formName, int[] fieldIds, FormCriteria criteria)
          Returns detailed information of all (accessible) Form objects that match the specified criteria.
 

Methods in com.bmc.arsys.api with parameters of type Form
 void ARServerUser.createForm(Form obj)
          Creates this form on the server specified in the ARServerUser.
 void ObjectPrinter.printForm(String indent, String header, Form form)
           
 void ARServerUser.setForm(Form obj)
          Saves the changes made to the form object into AR System server
 void ParameterValidator.validateARForm(Form object, boolean createForm)
           
 void ParameterValidator.validateARFormType(Form form, boolean nullOk)
          Validates that an object of type Form contains value and that the value is legal
 void MethodValidator.verifyARCreateForm(ARServerUser ctx, Form object)
           
 void MethodValidator.verifyARSetForm(ARServerUser context, Form object)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.