Interface User
-
- All Superinterfaces:
BaseAsset
,NamedAsset
public interface User extends NamedAsset
Represents a User asset- Since:
- 6.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canBypassWorkflow(java.lang.String siteId)
-
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
-
-