Uses of Class
com.avoka.fc.core.entity.SchemaExtractMap
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 Composer HTML Form Archive Utils.
Provides web automated test services.
Provides value objects to support service classes.
Provides common utility classes and exception objects.
-
Uses of SchemaExtractMap in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSchemaExtractMapDao.getSchemaExtractMapBySequenceNumber
(SchemaSeed schemaSeed, int sequenceNumber) Return the SchemaExtractMap of the SchemaSeed and sequence number.SchemaExtractMapDao.getSchemaExtractMapForKP
(String id) Return the schema data extract for the given primary key.Modifier and TypeMethodDescriptionSchemaExtractMapDao.getSchemaExtractMapList
(SchemaSeed schemaSeed, String name, String xpath) Return the list of schema extract mappings for the given schema seed, name and XPath. -
Uses of SchemaExtractMap in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SchemaExtractMap>>
_SchemaSeed.EXTRACT_MAPS
Provides the 'EXTRACT_MAPS' property.Modifier and TypeMethodDescriptionvoid
_SchemaSeed.addToExtractMaps
(SchemaExtractMap obj) Add the ExtractMaps object.void
_SchemaSeed.removeFromExtractMaps
(SchemaExtractMap obj) Remove the ExtractMaps object. -
Uses of SchemaExtractMap in com.avoka.fc.core.service.composer
ModifierConstructorDescriptionSchemaExtractMapBean
(SchemaExtractMap schemaExtractMap) Create a bean instance based on an existing SchemaExtractMap -
Uses of SchemaExtractMap in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createDataExtractMapping
(SchemaSeed schemaSeed, String name, String xpath, int sequenceNumber) Create a data extract mapping for the given schema seed. -
Uses of SchemaExtractMap in com.avoka.fc.core.service.vo
ModifierConstructorDescriptionCreate a schema extract map value object. -
Uses of SchemaExtractMap in com.avoka.fc.core.util
Modifier and TypeMethodDescriptionstatic String
FormUtils.validateSchemaExtractMap
(SchemaExtractMap schemaExtractMap) Check whether a schema data extract mapping is set up correctly, validating the XPath.