|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Field in com.bmc.arsys.api |
---|
Subclasses of Field in com.bmc.arsys.api | |
---|---|
class |
AttachmentField
|
class |
AttachmentPoolField
|
class |
CharacterField
|
class |
ColumnField
|
class |
ControlField
ControlField is a type of field that controls workflow, but
do not have data behind it. |
class |
CurrencyField
|
class |
DateOnlyField
|
class |
DateTimeField
|
class |
DecimalField
|
class |
DiaryField
|
class |
DisplayField
|
class |
IntegerField
|
class |
PageField
|
class |
PageHolderField
|
class |
RealField
|
class |
SelectionField
|
class |
TableField
|
class |
TimeOnlyField
|
class |
TrimField
|
class |
ViewField
|
Methods in com.bmc.arsys.api that return Field | |
---|---|
Field |
ARServerUser.getField(String form,
int fieldId)
Retrieve the requested form field object from the server. |
Field |
ARServerUser.getField(String form,
int fieldId,
FieldCriteria criteria)
Retrieve and populate the form field object with the requested information from AR System server. |
Field |
ARQualifierHelper.getLocalField(String token)
Returns the local field for token. |
Field |
ARQualifierHelper.getRemoteField(String token)
Returns the remote field for token. |
Methods in com.bmc.arsys.api that return types with arguments of type Field | |
---|---|
List<Field> |
ARServerUser.getListFieldObjects(String formName)
Returns detailed information for all (accessible) fields on the given form. |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask)
Returns detailed information of all (accessible) fields that match with the given criteria. |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int[] fieldIds)
Returns detailed information of all attributes for a list of Field objects specified by the field ids |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int[] fieldIds,
FieldCriteria criteria)
Returns detailed information of the given attributes for a list of Field objects specified by the field ids. |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask,
long changedSince)
Returns detailed information of all (accessible) fields that match with the given criteria. |
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask,
long changedSince,
FieldCriteria criteria)
Returns detailed information for all (accessible) Field objects that match with the given criteria. |
HashMap<String,Field> |
ARQualifierHelper.getLocalFieldIdMap()
Returns the field Id HashMap. |
HashMap<String,Field> |
ARQualifierHelper.getLocalFieldLabelMap()
Returns the hashmap for the field label. |
HashMap<String,Field> |
ARQualifierHelper.getRemoteFieldIdMap()
Returns the field ID HashMap. |
HashMap<String,Field> |
ARQualifierHelper.getRemoteFieldNameMap()
Returns the HashMap for the field name. |
Methods in com.bmc.arsys.api with parameters of type Field | |
---|---|
void |
ARServerUser.createField(Field object,
boolean isReservedRangeIdOK)
Creates a new form field with the indicated name on the specified server. |
String |
ARServerUser.formatAssignment(AssignInfo assign,
List<Field> fieldList,
Field assignField,
boolean topLevel)
Constructs a String object containing the string
representation of a given assignment AssignInfo object. |
AssignInfo |
ARServerUser.parseAssignment(String assignString,
String queryString,
Field assignField,
List<Field> fieldList1,
List<Field> fieldList2,
String form,
String server,
int currentScreen,
boolean idOk,
boolean fromSQL,
boolean fromFilterAPI,
int queryContext)
Constructs a AssignInfo object given a string representation. |
void |
ObjectPrinter.printField(String indent,
String header,
Field field)
|
void |
ObjectPrinter.printFieldList(String indent,
String header,
Field[] fieldList)
|
void |
ARServerUser.setField(Field object)
Saves the changes made to the form field object into AR System server. |
Method parameters in com.bmc.arsys.api with type arguments of type Field | |
---|---|
void |
ARServerUser.createMultipleFields(List<Field> fields)
Create new fields for a specified form in the ARSystem. |
String |
ARServerUser.formatAssignment(AssignInfo assign,
List<Field> fieldList,
Field assignField,
boolean topLevel)
Constructs a String object containing the string
representation of a given assignment AssignInfo object. |
String |
ARServerUser.formatQualification(QualifierInfo qual,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext,
boolean isEscalation)
Constructs a String object containing the string representation of a given qualifier object. |
String |
ARServerUser.formatQualification(QualifierInfo qual,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext,
boolean isEscalation)
Constructs a String object containing the string representation of a given qualifier object. |
void |
ARQualifierHelper.generateFieldMaps(List<Field> localFieldList,
int vuiId,
String historyTag,
List<Field> remoteFieldList)
Generates the field maps for qualification parser. |
void |
ARQualifierHelper.generateFieldMaps(List<Field> localFieldList,
int vuiId,
String historyTag,
List<Field> remoteFieldList)
Generates the field maps for qualification parser. |
AssignInfo |
ARServerUser.parseAssignment(String assignString,
String queryString,
Field assignField,
List<Field> fieldList1,
List<Field> fieldList2,
String form,
String server,
int currentScreen,
boolean idOk,
boolean fromSQL,
boolean fromFilterAPI,
int queryContext)
Constructs a AssignInfo object given a string representation. |
AssignInfo |
ARServerUser.parseAssignment(String assignString,
String queryString,
Field assignField,
List<Field> fieldList1,
List<Field> fieldList2,
String form,
String server,
int currentScreen,
boolean idOk,
boolean fromSQL,
boolean fromFilterAPI,
int queryContext)
Constructs a AssignInfo object given a string representation. |
QualifierInfo |
ARServerUser.parseQualification(String queryString,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext)
Constructs a QualifierInfo object given a string representation. |
QualifierInfo |
ARServerUser.parseQualification(String queryString,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext)
Constructs a QualifierInfo object given a string representation. |
void |
ARQualifierHelper.setLocalFieldIdMap(Map<String,Field> fldidmap)
Allows the field ID HashMap to be set. |
void |
ARQualifierHelper.setLocalFieldLabelMap(Map<String,Field> fldmap,
int vuiId)
Allows the fieldlabel HashMap to be set. |
void |
ARServerUser.setMultipleFields(List<Field> fields)
Saves the changes made to the form fields into ARSystem server. |
void |
ARQualifierHelper.setRemoteFieldIdMap(Map<String,Field> fldidmap)
Allows the field ID HashMap to be set. |
void |
ARQualifierHelper.setRemoteFieldNameMap(Map<String,Field> fldmap)
Allows the fieldname HashMap to be set. |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |