Interface FormAsset
-
- All Superinterfaces:
FDAsset
- All Known Subinterfaces:
AdaptiveFormAsset
@ProviderType public interface FormAsset extends FDAsset
Defines base sling model for various Forms Manager Assets- Since:
- com.adobe.aem.formsndocuments.assets.models 0.0.1
-
-
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.StringgetAuthor()Return Author of given formjava.lang.StringgetDescription()Return asset descriptionjava.lang.StringgetThumbnailPath()Retrieve path to thumbnail if exists, else return nulljava.lang.StringgetTitle()Return asset title-
Methods inherited from interface com.adobe.aem.formsndocuments.assets.models.FDAsset
getAssetType, getDamPath, getName
-
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
Return asset title- Returns:
-
getDescription
java.lang.String getDescription()
Return asset description- Returns:
-
getAuthor
java.lang.String getAuthor()
Return Author of given form- Returns:
-
getThumbnailPath
java.lang.String getThumbnailPath()
Retrieve path to thumbnail if exists, else return null- Returns:
-
-