Interface IndexBlock
- 
- All Superinterfaces:
- BaseAsset,- Block,- FolderContainedAsset,- MetadataAwareAsset,- NamedAsset,- PermissionsCapableAsset
 
 public interface IndexBlock extends Block Represents an index block asset.- Since:
- 4.7
 
- 
- 
Method Summary- 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.BaseAssetgetAssetId, getAssetType, getIdentifer
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.home.BlockgetBlockType
 - 
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.MetadataAwareAssetgetLabel, getLinkingAssets, getMetadata, getMetadataSet, getMetadataSetId
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.NamedAssetgetName, setName
 - 
Methods inherited from interface com.hannonhill.cascade.api.asset.common.PermissionsCapableAssetisCurrentUserCanRead, isCurrentUserCanWrite, isUserCanRead, isUserCanWrite
 
- 
 
-