Interface SiteManagementAreaAsset
-
- All Superinterfaces:
BaseAsset,NamedAsset,PermissionsCapableAsset
- All Known Subinterfaces:
AssetFactory,ContentType,Destination,DestinationContainer,FTPTransport,MetadataSet,SiteDestinationContainer,StructuredDataDefinition,Transport
public interface SiteManagementAreaAsset extends PermissionsCapableAsset
Created by tomusiaka on 9/24/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathIdentifiergetIdentifier()Get this asset's identifier, which will also include the asset's path in addition to the standard information a regularIdentifiercontains.java.lang.StringgetPath()Get the path of the assetSitegetSite()-
Methods inherited from interface com.hannonhill.cascade.api.asset.common.BaseAsset
getAssetId, getAssetType, getIdentifer
-
Methods inherited from interface com.hannonhill.cascade.api.asset.common.NamedAsset
getLabel, getName, setName
-
Methods inherited from interface com.hannonhill.cascade.api.asset.common.PermissionsCapableAsset
isCurrentUserCanRead, isCurrentUserCanWrite, isUserCanRead, isUserCanWrite
-
-
-
-
Method Detail
-
getSite
Site getSite()
- Returns:
- Returns the
Siteobject to retrieve additional site parameters, such as URL
-
getIdentifier
PathIdentifier getIdentifier()
Get this asset's identifier, which will also include the asset's path in addition to the standard information a regularIdentifiercontains.- Returns:
- a
PathIdentifier
-
getPath
java.lang.String getPath()
Get the path of the asset- Returns:
-
-