Interface XSLTFormat
- 
- All Superinterfaces:
- BaseAsset,- FolderContainedAsset,- Format,- NamedAsset,- PermissionsCapableAsset
 
 public interface XSLTFormat extends Format Represents an XSLTFormat asset.- Since:
- 4.7
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetXSL()Get the XSL content of the XSLTFormat as a String- 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.BaseAssetgetAssetId, getAssetType, getIdentifer
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.home.FolderContainedAssetgetCreatedBy, getCreatedOn, getFolderOrder, getIdentifier, getLastModified, getLastModifiedBy, getParentFolder, getParentFolderIdentifier, getPath, getSite, getSiteId, getSiteName, getTags, isHideSystemName, setHideSystemName, setParentFolder, setParentFolderIdentifier
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.home.FormatgetFormatType
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.NamedAssetgetLabel, getName, setName
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.PermissionsCapableAssetisCurrentUserCanRead, isCurrentUserCanWrite, isUserCanRead, isUserCanWrite
 
- 
 
-