Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static FieldMapping |
InputReader.getFieldMappingInfo() |
? Copyright 2013 BMC Software, Inc.