Interface AdaptiveFormAsset
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.adobe.aem.formsndocuments.assets.models.FDAsset
FDAsset.AssetType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCreatorTool()Get the tool name with which this form was createdjava.lang.StringgetDataModel()Get the formmodel (e.g Schema / FDM model)java.lang.StringgetDorType()Get DoR type set for the AFjava.lang.StringgetRenderLink()Return URL for opening this formjava.lang.StringgetThemeRef()java.lang.StringgetVersion()Get Adaptive Form VersionbooleanisAF2()-
Methods inherited from interface com.adobe.aem.formsndocuments.assets.models.FDAsset
getAssetType, getDamPath, getName
-
Methods inherited from interface com.adobe.aem.formsndocuments.assets.models.FormAsset
getAuthor, getDescription, getThumbnailPath, getTitle
-
-
-
-
Method Detail
-
getRenderLink
java.lang.String getRenderLink()
Return URL for opening this form- Returns:
-
getDorType
java.lang.String getDorType()
Get DoR type set for the AF- Returns:
-
getVersion
java.lang.String getVersion()
Get Adaptive Form Version- Returns:
-
getCreatorTool
java.lang.String getCreatorTool()
Get the tool name with which this form was created- Returns:
-
getDataModel
java.lang.String getDataModel()
Get the formmodel (e.g Schema / FDM model)- Returns:
-
getThemeRef
java.lang.String getThemeRef()
-
isAF2
boolean isAF2()
-
-