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 PathIdentifier
getIdentifier()
Get this asset's identifier, which will also include the asset's path in addition to the standard information a regularIdentifier
contains.java.lang.String
getPath()
Get the path of the assetSite
getSite()
-
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
Site
object 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 regularIdentifier
contains.- Returns:
- a
PathIdentifier
-
getPath
java.lang.String getPath()
Get the path of the asset- Returns:
-
-