Interface Destination
-
- All Superinterfaces:
BaseAsset
,NamedAsset
,PermissionsCapableAsset
,SiteManagementAreaAsset
public interface Destination extends SiteManagementAreaAsset
Represents Destination asset- Since:
- 5.5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDirectory()
Get the directoryboolean
isEnabled()
-
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
-
Methods inherited from interface com.hannonhill.cascade.api.asset.admin.SiteManagementAreaAsset
getIdentifier, getPath, getSite
-
-