Class SchemaExtractMapBean
java.lang.Object
com.avoka.fc.core.service.composer.SchemaExtractMapBean
A bean class holding a schema extract mapping contained in a form archive.
- Since:
- 4.3.0
-
Field Summary
Modifier and TypeFieldDescriptionThe name of the mappingboolean
Whether to extract repeating data (multiple values per data extract)boolean
Whether the dataExtract is searchableboolean
Whether to publish values obtained from this mapping to other submissions in the bundleboolean
Whether to subscribe to values published by other submissions in the bundleThe XPath of the mapping -
Constructor Summary
ConstructorDescriptionCreate a basic uninitialized bean instance.SchemaExtractMapBean
(SchemaExtractMap schemaExtractMap) Create a bean instance based on an existing SchemaExtractMap -
Method Summary
-
Field Details
-
name
The name of the mapping -
xpath
The XPath of the mapping -
repeat
public boolean repeatWhether to extract repeating data (multiple values per data extract) -
searchable
public boolean searchableWhether the dataExtract is searchable- Since:
- 5.1.3
-
-
Constructor Details
-
SchemaExtractMapBean
public SchemaExtractMapBean()Create a basic uninitialized bean instance. -
SchemaExtractMapBean
Create a bean instance based on an existing SchemaExtractMap- Parameters:
schemaExtractMap
- the schemaExtractMap (required)- Since:
- 5.1.5.1
-