Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Form> |
RpcHandConverter21.fromRpcArGetMultipleSchemas21Out(ARServerUser context,
com.bmc.arsys.arrpc.ArGetMultipleSchemas21Out arg0,
long arg1,
int arg2,
String arg3,
int[] arg4,
FormCriteria arg5) |
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. |
Modifier and Type | Method and Description |
---|---|
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(ApiUserContextI ctx,
Form object) |
void |
MethodValidator.verifyARSetForm(ApiUserContextI context,
Form object) |
Modifier and Type | Method and Description |
---|---|
static Form |
InputReader.getForm() |
? Copyright 2013 BMC Software, Inc.