|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Regular forms are generally the main forms of AR applications. |
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 |
ARServerUser.createForm(Form obj,
String objectModificationLogLabel)
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 |
ARServerUser.setForm(Form obj,
String objectModificationLogLabel)
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(com.bmc.arsys.apitransport.ApiUserContextI ctx,
Form object)
|
void |
MethodValidator.verifyARSetForm(com.bmc.arsys.apitransport.ApiUserContextI context,
Form object)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |