Uses of Class
com.avoka.fc.core.entity.XmlInputMap
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides the SmartForm Manager service classes.
Provides value objects to support service classes.
Provides common utility classes and exception objects.
-
Uses of XmlInputMap in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionXmlInputMapDao.getXmlInputMapForId
(String id) Return the XML prefill mapping with the specified OIDModifier and TypeMethodDescriptionXmlInputMapDao.getXmlInputMapListForXmlInputSchema
(SchemaSeed schemaSeed) Return the list of XML prefill mappings defined for a SchemaSeed -
Uses of XmlInputMap in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<XmlInputMap>>
_SchemaSeed.XML_INPUT_MAPS
Provides the 'XML_INPUT_MAPS' property.Modifier and TypeMethodDescriptionvoid
_SchemaSeed.addToXmlInputMaps
(XmlInputMap obj) Add the XmlInputMaps object.void
_SchemaSeed.removeFromXmlInputMaps
(XmlInputMap obj) Remove the XmlInputMaps object. -
Uses of XmlInputMap in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionvoid
XmlPrefillService.mergeXmlData
(Document sourceDocument, Document targetDocument, List<XmlInputMap> xmlInputMaps) Merge the source Document with the prefilled mappings into the target document. -
Uses of XmlInputMap in com.avoka.fc.core.service.vo
ModifierConstructorDescriptionXmlInputMapVO
(XmlInputMap xim) Create an xml input map value object. -
Uses of XmlInputMap in com.avoka.fc.core.util
Modifier and TypeMethodDescriptionstatic String
FormUtils.validateXmlInputMapXpathMap
(XmlInputMap xmlInputMapXpath) Check whether a XmlInputMap XPATH mapping is set up correctly, validating the XPath.