public interface FieldMergeContext
| Modifier and Type | Method and Description |
|---|---|
MergedFieldValue |
createMergedValue(Object aValue)
Provides a way to set a value for an EBX field by specifying a record based on a value.
|
MergedFieldValue |
createMergedValue(com.onwbp.adaptation.PrimaryKey aPrimaryKey)
Provides a way to set a value for an EBX field by specifying a record based on a primary key.
|
com.orchestranetworks.schema.SchemaNode |
getField() |
com.onwbp.adaptation.Adaptation |
getGoldenRecord() |
Locale |
getLocale() |
List<com.onwbp.adaptation.Adaptation> |
getRecords() |
com.orchestranetworks.schema.SchemaNode getField()
List<com.onwbp.adaptation.Adaptation> getRecords()
com.onwbp.adaptation.Adaptation getGoldenRecord()
Locale getLocale()
MergedFieldValue createMergedValue(Object aValue)
aValue - The field value for the golden recordMergedFieldValue createMergedValue(com.onwbp.adaptation.PrimaryKey aPrimaryKey)
aPrimaryKey - The primary key of an EBX recordIllegalArgumentException - When the given primary key is not in the list of merged records.