public interface FormDataModelService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFDMDataType(java.lang.String schemaRef,
java.lang.String bindRef)
Returns data type of given FDM bind reference
|
java.lang.String |
getFDMEntityId(java.lang.String guideContainerPath,
java.lang.String entityBindRef)
Fetches the entity id based on the bind ref
|
java.util.Map |
getFDMEntityRule(java.lang.String fdmPath,
java.lang.String bindRef)
Fetches the rule of the entity based on the bindRef
|
java.lang.String |
getFormDataModelJson(java.lang.String schemaPath)
Fetches the list of entities present in the form data model
|
java.lang.String |
getSampleData(java.lang.String schemaPath)
Fetches the sample data for the given schema path
|
java.lang.String getFormDataModelJson(java.lang.String schemaPath)
java.lang.String getFDMEntityId(java.lang.String guideContainerPath, java.lang.String entityBindRef)
guideContainerPath
- path to the adaptive formentityBindRef
- bind reference/json path to the entity present in the datajava.util.Map getFDMEntityRule(java.lang.String fdmPath, java.lang.String bindRef)
fdmPath
- the path of the fdmbindRef
- bind reference/json path to the entity present in the datajava.lang.String getFDMDataType(java.lang.String schemaRef, java.lang.String bindRef)
schemaRef
- bindRef
- @Nonnull java.lang.String getSampleData(@Nonnull java.lang.String schemaPath)
schemaPath
- string representing the schema pathCopyright © 2010 - 2020 Adobe. All Rights Reserved