Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
Modifier and Type | Method and Description |
---|---|
static AssetCollection |
AssetCollection.create(Asset... assets)
Create a new collection from the given assets.
|
static AssetCollection |
AssetCollection.create(java.util.List<Asset> assets)
Create a new collection from the given list of assets.
|
AssetCollection |
Item.doAssetAction(Asset destinationAssetContainer,
java.lang.String assetAction)
Perform an asset action on the asset of this item.
|
AssetCollection |
Item.doAssetAction(Asset destinationAssetContainer,
java.lang.String assetAction,
boolean returnCreatedAssets)
Perform an asset action on the asset of this item.
|
AssetCollection |
Item.doAssetAction(Asset destinationAssetContainer,
java.lang.String assetAction,
boolean returnCreatedAssets,
java.util.Map<GUID,JPack> customParameters)
Perform an asset action on the asset of this item.
|
AssetCollection |
MultiItemCollection.doAssetAction(java.lang.String assetAction,
Asset destinationAssetContainer)
Perform an asset action on the assets of the items of this collection.
|
AssetCollection |
MultiItemCollection.doAssetAction(java.lang.String assetAction,
Asset destinationAssetContainer,
boolean returnCreatedAssets)
Perform an asset action on the assets of the items of this collection.
|
AssetCollection |
MultiItemCollection.doAssetAction(java.lang.String assetAction,
Asset destinationAssetContainer,
boolean returnCreatedAssets,
java.util.Map<ItemIdentifier,java.util.Map<GUID,JPack>> customParameters)
Perform an asset action on the assets of the items of this collection.
|
AssetCollection |
Asset.getSubAssetsCollection()
Returns a
AssetCollection of all sub assets. |
Modifier and Type | Method and Description |
---|---|
void |
ItemCollection.catalogAssets(AssetCollection assetCollection,
java.lang.String assetHandlingSet,
java.lang.String permissionTemplate,
java.util.EnumSet<CatalogingFlag> catalogingFlags,
CatalogingListener<ItemCollection> catalogingListener)
Catalog a collection of assets to this collection.
|
void |
ItemCollection.catalogAssets(AssetCollection assetCollection,
java.lang.String assetHandlingSet,
java.lang.String permissionTemplate,
java.util.EnumSet<CatalogingFlag> catalogingFlags,
Item additionalFieldValuesItem,
java.util.Map<GUID,MetadataTemplateEntry.ValueFillMode> additionalFieldValuesFillMode,
CatalogingListener<ItemCollection> catalogingListener)
Catalog a collection of assets to this collection.
|
void |
ItemCollection.catalogAssets(AssetCollection assetCollection,
java.lang.String assetHandlingSet,
java.lang.String permissionTemplate,
java.util.EnumSet<CatalogingFlag> catalogingFlags,
java.util.Set<java.lang.Integer> assignCategoryIDs,
CatalogingListener<ItemCollection> catalogingListener)
Catalog a collection of assets to this collection.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.