Uses of Class
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetKey
-
Packages that use DigitalAssetKey Package Description com.orchestranetworks.addon.dama.ext.bean Provides Entity Beans for working with digital assets.com.orchestranetworks.addon.dama.ext.componentcontroller Provides the interface to perform actions on media fields using Digital Asset Component services.com.orchestranetworks.addon.dama.ext.drivemanager Provides the interface to perform actions on digital assets contained in a drive.com.orchestranetworks.addon.dama.servicecomponent Provide classes to call EBX Digital Asset Manager Add-on services. -
-
Uses of DigitalAssetKey in com.orchestranetworks.addon.dama.ext.bean
Methods in com.orchestranetworks.addon.dama.ext.bean that return DigitalAssetKey Modifier and Type Method Description DigitalAssetKeyDigitalAsset. getKey()Returns the digital asset key.DigitalAssetKeyDigitalAssetVersionSpec. getKey()Returns the digital asset key.DigitalAssetKeyGeneralDigitalAssetVersionSpec. getKey()Returns the digital asset key.DigitalAssetKeyRemoteDigitalAssetVersionSpec. getKey()Return the digital asset's key.Constructors in com.orchestranetworks.addon.dama.ext.bean with parameters of type DigitalAssetKey Constructor Description DigitalAssetVersionSpec(DigitalAssetKey assetKey, Resource resource)Specifies the new digital asset version's information.RemoteDigitalAssetVersionSpec(DigitalAssetKey assetKey)Instantiates the newRemoteDigitalAssetVersionSpec. -
Uses of DigitalAssetKey in com.orchestranetworks.addon.dama.ext.componentcontroller
Methods in com.orchestranetworks.addon.dama.ext.componentcontroller that return types with arguments of type DigitalAssetKey Modifier and Type Method Description java.util.List<DigitalAssetKey>DigitalAssetComponentServices. getDigitalAssetKeys()Returns the keys of digital assets attached to the media field.Method parameters in com.orchestranetworks.addon.dama.ext.componentcontroller with type arguments of type DigitalAssetKey Modifier and Type Method Description OperationExecutionStatusDigitalAssetComponentServices. attach(java.util.List<DigitalAssetKey> keys)Attaches digital assets to the media field.OperationExecutionStatusDigitalAssetComponentServices. detach(java.util.List<DigitalAssetKey> keys)Detach digital assets from the media field. -
Uses of DigitalAssetKey in com.orchestranetworks.addon.dama.ext.drivemanager
Methods in com.orchestranetworks.addon.dama.ext.drivemanager with parameters of type DigitalAssetKey Modifier and Type Method Description OperationExecutionStatusDriveManager. delete(DigitalAssetKey key)Deletes a digital asset.DigitalAssetDriveManager. getDigitalAsset(DigitalAssetKey key)Returns the digital asset by digital asset key.Method parameters in com.orchestranetworks.addon.dama.ext.drivemanager with type arguments of type DigitalAssetKey Modifier and Type Method Description OperationExecutionStatusDriveManager. delete(java.util.List<DigitalAssetKey> keys)Deletes digital assets. -
Uses of DigitalAssetKey in com.orchestranetworks.addon.dama.servicecomponent
Methods in com.orchestranetworks.addon.dama.servicecomponent that return DigitalAssetKey Modifier and Type Method Description DigitalAssetKeyEditAssetServiceSpec. getDigitalAssetKey()Gets the digital asset key.Constructors in com.orchestranetworks.addon.dama.servicecomponent with parameters of type DigitalAssetKey Constructor Description EditAssetServiceSpec(DigitalAssetKey digitalAssetKey, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, boolean isReadOnly)Instantiates a newEditAssetServiceSpec.
-