Interface Transport
-
- All Superinterfaces:
BaseAsset
,NamedAsset
,PermissionsCapableAsset
,SiteManagementAreaAsset
- All Known Subinterfaces:
FTPTransport
public interface Transport extends SiteManagementAreaAsset
Represents a Transport asset- Since:
- 5.5.2
-
-
Method Summary
-
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
-
-