Uses of Class
com.orchestranetworks.addon.dama.ext.exception.DAMException
-
Packages that use DAMException Package Description com.orchestranetworks.addon.dama.ext Provides the extension API.com.orchestranetworks.addon.dama.ext.backuprestore Provides the interfaces and classes to perform backup and restore operations on the TIBCO EBX® Digital Asset Manager Add-on dataset.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.ext.exception Supplies a class to define the result of an operation's execution and allows you to define an exception for the add-on.com.orchestranetworks.addon.dama.ext.factory Provides factories to register and retrieve implementations.com.orchestranetworks.addon.dama.ext.resource Provides classes to register resource.com.orchestranetworks.addon.dama.externalmanagement Provides the API for a Drive that accesses an externally managed storage location.com.orchestranetworks.addon.dama.externalmanagement.bean Provides Entity Beans for working with external management assets.com.orchestranetworks.addon.dama.servicecomponent Provide classes to call EBX Digital Asset Manager Add-on services. -
-
Uses of DAMException in com.orchestranetworks.addon.dama.ext
Methods in com.orchestranetworks.addon.dama.ext that throw DAMException Modifier and Type Method Description abstract booleanStorageManager. delete(ResourceIdentifier target)Deletes the resource.abstract booleanStorageManager. doesObjectExist(DigitalAsset asset)abstract java.util.List<com.orchestranetworks.addon.dama.ext.bean.DigitalAssetInformation>StorageManager. getAllDigitalAssetInformation(java.lang.String driveId)DigitalAssetAssetManager. getDigitalAsset(java.lang.String assetUUID)Lookup the digital asset in DAM repository by UUIDabstract ResourceIdentifierFactoryStorageManager. getIdentifierFactory()Returns the resource identifier factory.abstract MediaContentStorageManager. getMediaContent(DigitalAsset asset)Returns the media content of a digital asset.abstract MediaContentStorageManager. getMediaContent(DigitalAssetVersion version)Returns the media content of a version.abstract ResourceIdentifierStorageManager. upload(Resource resource, ResourceIdentifier target)Uploads a resource to a target source. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.backuprestore
Methods in com.orchestranetworks.addon.dama.ext.backuprestore that throw DAMException Modifier and Type Method Description java.io.FileBackupService. backup(BackupSpec backupSpec)Backs up the digital asset with the backup specifications.RestoreDetailRestoreService. getRestoreDetails(RestoreSpec restoreSpec)Returns the RestoreDetail of the restore specification. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.bean
Constructors in com.orchestranetworks.addon.dama.ext.bean that throw DAMException Constructor Description DigitalAssetKey(java.lang.String assetKey)Instantiates the newDigitalAssetKey. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.componentcontroller
Methods in com.orchestranetworks.addon.dama.ext.componentcontroller that throw DAMException Modifier and Type Method Description java.util.List<DigitalAssetKey>DigitalAssetComponentServices. getDigitalAssetKeys()Returns the keys of digital assets attached to the media field.DigitalAssetDigitalAssetComponentServices. upload(Resource resource)Uploads a new digital asset. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.drivemanager
Methods in com.orchestranetworks.addon.dama.ext.drivemanager that throw DAMException Modifier and Type Method Description FolderDriveManager. create(FolderSpec folderSpec)Creates the newFolderfollowingFolderSpec.DigitalAssetDriveManager. create(GeneralDigitalAssetSpec assetSpec)Creates the newDigitalAssetfollowing theDigitalAssetSpecor theRemoteDigitalAssetSpec.DigitalAssetVersionDriveManager. create(GeneralDigitalAssetVersionSpec versionSpec)Creates the newDigitalAssetVersionfollowingDigitalAssetVersionSpecor theRemoteDigitalAssetVersionSpec.DigitalAssetDriveManager. getDigitalAsset(DigitalAssetKey key)Returns the digital asset by digital asset key.java.util.List<DigitalAsset>DriveManager. getDigitalAssets()Returns the active digital assets in the drive.MediaContentDriveManager. getMediaContent(DigitalAsset asset)Gets the media content of a digital asset.MediaContentDriveManager. getMediaContent(DigitalAssetVersion version)Gets the media content of a version.java.util.List<DigitalAsset>DriveManager. search(SearchFilter searchFilter)Searches for a digital asset using a search filter. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.exception
Methods in com.orchestranetworks.addon.dama.ext.exception that return DAMException Modifier and Type Method Description DAMExceptionOperationExecutionStatus. getException()Returns the execution exception.Constructors in com.orchestranetworks.addon.dama.ext.exception with parameters of type DAMException Constructor Description OperationExecutionStatus(DAMException damException)Instantiates the failedOperationExecutionStatus. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.factory
Methods in com.orchestranetworks.addon.dama.ext.factory that throw DAMException Modifier and Type Method Description DigitalAssetComponentServicesDriveFactory. getDigitalAssetComponentServices(DigitalAssetComponentContext componentContext)Returns the digital asset component services byDigitalAssetComponentContext.DriveManagerDriveFactory. getDriveManager(DriveContext driveContext)Returns the drive manager byDriveContext. -
Uses of DAMException in com.orchestranetworks.addon.dama.ext.resource
Methods in com.orchestranetworks.addon.dama.ext.resource that throw DAMException Modifier and Type Method Description voidMediaContent. closeInputStream()Close the input stream. -
Uses of DAMException in com.orchestranetworks.addon.dama.externalmanagement
Methods in com.orchestranetworks.addon.dama.externalmanagement that throw DAMException Modifier and Type Method Description ExternalDigitalAssetExternalManager. getAsset(ExternalSingularRequest request)Returns the digital asset by external request. -
Uses of DAMException in com.orchestranetworks.addon.dama.externalmanagement.bean
Methods in com.orchestranetworks.addon.dama.externalmanagement.bean that throw DAMException Modifier and Type Method Description voidExternalDigitalAssetVersionBean. addExternalDigitalAsset(ExternalDigitalAsset externalDigitalAsset)Adds a new digital asset version.voidExternalDigitalAssetVersionBean. setCurrentExternalDigitalAssetVersion(ExternalDigitalAsset externalDigitalAsset)Specifies the current digital asset version.Constructors in com.orchestranetworks.addon.dama.externalmanagement.bean that throw DAMException Constructor Description ExternalDigitalAssetVersionBean(ExternalDigitalAsset externalDigitalAsset)Instantiates a newExternalDigitalAssetVersionBean. -
Uses of DAMException in com.orchestranetworks.addon.dama.servicecomponent
Methods in com.orchestranetworks.addon.dama.servicecomponent that throw DAMException Modifier and Type Method Description static com.orchestranetworks.ui.UIHttpManagerComponentEditAssetServiceComponent. getEditDigitalAssetService(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator)Create an instance ofUIHttpManagerComponentin order to call the EBX® user interface to display the 'Edit digital asset' service.
-