|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FieldMapping in com.bmc.arsys.api |
---|
Subclasses of FieldMapping in com.bmc.arsys.api | |
---|---|
class |
JoinFieldMapping
The JoinFieldMapping class contains the index of the base
form and the ID of the field to map to this field. |
class |
RegularFieldMapping
The RegularFieldMapping class
contains the field name in a vendor form derived from an external data source. |
class |
VendorFieldMapping
The VendorFieldMapping class
contains the field name in a vendor form derived from an external data source. |
class |
ViewFieldMapping
The ViewFieldMapping class
contains the field name of the external table. |
Methods in com.bmc.arsys.api that return FieldMapping | |
---|---|
static FieldMapping |
FieldMapping.createInstance(Object[] rawData,
ARServerUser ctx)
Reserved for internal use. |
FieldMapping |
Field.getFieldMap()
Returns underlying form in which to create the field (applicable for join forms only). |
FieldMapping |
ExtFieldCandidatesInfo.getFieldMappingInfo()
Returns list of field mappings. |
Methods in com.bmc.arsys.api with parameters of type FieldMapping | |
---|---|
void |
ObjectPrinter.printFieldMappingInfo(String indent,
String header,
FieldMapping value)
|
void |
ObjectPrinter.printFieldMappingInfoList(String indent,
String header,
FieldMapping[] value)
|
void |
Field.setFieldMap(FieldMapping mapInfo)
Sets underlying form in which to create the field (applicable for join forms only). |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |