Uses of Class
com.avoka.fc.core.entity.XmlInputMap
-
Packages that use XmlInputMap Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.vo Provides value objects to support service classes.com.avoka.fc.core.util 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 XmlInputMap Modifier and Type Method Description XmlInputMap
XmlInputMapDao. 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 XmlInputMap Modifier and Type Method Description List<XmlInputMap>
XmlInputMapDao. 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 XmlInputMap Modifier and Type Field Description static 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 XmlInputMap Modifier and Type Method Description List<XmlInputMap>
_SchemaSeed. getXmlInputMaps()
Return the XmlInputMaps.Methods in com.avoka.fc.core.entity.auto with parameters of type XmlInputMap Modifier and Type Method Description void
_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 XmlInputMap Modifier and Type Method Description void
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 XmlInputMap Constructor Description XmlInputMapVO(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 XmlInputMap Modifier and Type Method Description static String
FormUtils. validateXmlInputMapXpathMap(XmlInputMap xmlInputMapXpath)
Check whether a XmlInputMap XPATH mapping is set up correctly, validating the XPath.
-