Uses of Class
com.avoka.fc.core.entity.XmlInputMap
Packages that use 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
Methods in com.avoka.fc.core.dao that return XmlInputMapModifier and TypeMethodDescriptionXmlInputMapDao.getXmlInputMapForId
(String id) Return the XML prefill mapping with the specified OIDMethods in com.avoka.fc.core.dao that return types with arguments of type XmlInputMapModifier 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type XmlInputMapModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property
<List<XmlInputMap>> _SchemaSeed.XML_INPUT_MAPS
Provides the 'XML_INPUT_MAPS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type XmlInputMapMethods in com.avoka.fc.core.entity.auto with parameters of type XmlInputMapModifier 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
Method parameters in com.avoka.fc.core.service with type arguments of type XmlInputMapModifier 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
Constructors in com.avoka.fc.core.service.vo with parameters of type XmlInputMapModifierConstructorDescriptionXmlInputMapVO
(XmlInputMap xim) Create an xml input map value object. -
Uses of XmlInputMap in com.avoka.fc.core.util
Methods in com.avoka.fc.core.util with parameters of type XmlInputMapModifier and TypeMethodDescriptionstatic String
FormUtils.validateXmlInputMapXpathMap
(XmlInputMap xmlInputMapXpath) Check whether a XmlInputMap XPATH mapping is set up correctly, validating the XPath.