|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ADKMappingException | |
|---|---|
| com.edustructures.sifworks.tools.cfg | The AgentConfig class implements an XML-based configuration file parser that agents can use as-is, or as the basis for custom parsers |
| com.edustructures.sifworks.tools.mapping | The Mappings class and its supporting classes and interfaces simplify the task of mapping field values between the local application's data structures and SIF Data Objects. |
| Uses of ADKMappingException in com.edustructures.sifworks.tools.cfg |
|---|
| Methods in com.edustructures.sifworks.tools.cfg that throw ADKMappingException | |
|---|---|
org.w3c.dom.Document |
AgentConfig.read(java.lang.String file,
boolean validate)
Read a configuration file into memory. |
| Uses of ADKMappingException in com.edustructures.sifworks.tools.mapping |
|---|
| Methods in com.edustructures.sifworks.tools.mapping that throw ADKMappingException | |
|---|---|
void |
ObjectMapping.addRule(FieldMapping mapping)
Appends a FieldMapping definition |
abstract Rule |
Rule.copy(FieldMapping newParent)
Produces a duplicate of this Rule object |
Rule |
OtherIdRule.copy(FieldMapping newParent)
Produces a duplicate of this Rule object |
ObjectMapping |
ObjectMapping.copy(Mappings newParent)
Creates a copy this ObjectMapping instance. |
Mappings |
Mappings.copy(Mappings newParent)
Creates a copy of this Mappings object and adds the copy as a child of the specified parent. |
FieldMapping |
FieldMapping.copy(ObjectMapping newParent)
Creates a copy this ObjectMapping instance. |
Mappings |
Mappings.createChild(java.lang.String id)
Create a Mappings child |
SIFSimpleType |
FieldMapping.getDefaultValue(SIFTypeConverter converter,
SIFFormatter formatter)
|
Mappings |
Mappings.getMappings(java.lang.String id)
Gets the Mappings object with the specified ID. |
void |
ObjectMapping.insertRule(FieldMapping mapping,
int index)
Insert a FieldMapping definition at the specified index. |
void |
MappingsContext.map(SIFElement mappedElement,
FieldAdaptor adaptor)
Perform a mapping operation on the specified SIFElement. |
void |
Mappings.mapInbound(SIFDataObject dataObject,
FieldAdaptor results)
Produce a table of field values from a SIF Data Object using an inbound mapping operation. |
void |
Mappings.mapInbound(SIFDataObject data,
FieldAdaptor results,
SIFVersion version)
Produce a table of field values from a SIF Data Object using an inbound mapping operation. |
void |
Mappings.mapOutbound(FieldAdaptor adaptor,
SIFDataObject dataObject)
Populate a SIFDataObject from values in the supplied HashMap by evaluating all field rules for the associated SIF Data Object type. |
void |
Mappings.mapOutbound(FieldAdaptor adaptor,
SIFDataObject dataObject,
SIFVersion version)
Populate a SIFDataObject from values in the supplied FieldAdaptor. |
void |
Mappings.mapOutbound(FieldAdaptor adaptor,
SIFDataObject dataObject,
ValueBuilder valueBuilder)
Populate a SIFDataObject from values in the supplied FieldAdaptor. |
void |
Mappings.mapOutbound(FieldAdaptor adaptor,
SIFDataObject dataObject,
ValueBuilder valueBuilder,
SIFVersion version)
Populate a SIFDataObject from values in the supplied FieldAdaptor. |
void |
Mappings.populate(org.w3c.dom.Document doc,
org.w3c.dom.Node parent)
Populate the Mappings hierarchy from an XML Document. |
Mappings |
Mappings.select(java.lang.String zoneId,
java.lang.String sourceId,
SIFVersion version)
Selects the appropriate Mappings object to use for map
operations. |
MappingsContext |
Mappings.selectInbound(ElementDef elementDef,
SIFVersion version,
java.lang.String zoneId,
java.lang.String sourceId)
Selects an appropriate MappingsContext object to use for an inbound map
operation. |
MappingsContext |
Mappings.selectOutbound(ElementDef elementDef,
SIFVersion version,
java.lang.String zoneId,
java.lang.String sourceId)
Selects an appropriate MappingsContext object to use for an outbound map
operation. |
void |
ValueSet.setAppDefault(java.lang.String appValue,
boolean renderIfNull)
Sets the default application value that will be returned if no match is found during a valueset translation |
void |
ValueSet.setSifDefault(java.lang.String sifValue,
boolean renderIfNull)
Sets the default SIF value that will be returned if no match is found during a valueset translation |
| Constructors in com.edustructures.sifworks.tools.mapping that throw ADKMappingException | |
|---|---|
ObjectMapping(java.lang.String objType)
Constructor |
|
ObjectMapping(java.lang.String objType,
org.w3c.dom.Node node)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||