public interface AssetCollectionResource extends ManagedResource
Modifier and Type | Method and Description |
---|---|
void |
addToAssets(AssetResource asset)
Adds an asset to the list of assets referenced by this asset collection
|
java.util.List<AssetResource> |
getAssets()
Gets the list of assets referenced by this asset collection
|
void |
removeFromAssets(AssetResource asset)
Removes an asset from the list of assets referenced by this asset collection
|
void |
setAssets(java.util.List<AssetResource> assets)
Sets the list of assets refernced by this asset collection
|
getAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId
@PersistReference(eager=false, strong=false, export=true, autoPropagateNamespace=false) java.util.List<AssetResource> getAssets()
void setAssets(java.util.List<AssetResource> assets)
assets
- the list of assetsvoid addToAssets(AssetResource asset)
asset
- the asset to addvoid removeFromAssets(AssetResource asset)
asset
- the asset to remove