Package | Description |
---|---|
com.orchestranetworks.addon.dama |
Provides features that allow end-users to perform CRUD actions on digital assets and allows users to get the Edit asset service component.
|
Modifier and Type | Method and Description |
---|---|
abstract ResourceIdentifier |
ResourceIdentifierFactory.parse(String identifier)
Deprecated.
Parses the specified location to return the
ResourceIdentifier . |
abstract ResourceIdentifier |
StorageManager.uploadResource(File uploadedFile,
ResourceIdentifier resourceIdentifier)
Deprecated.
Uploads the file.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
StorageManager.deleteResource(ResourceIdentifier resourceIdentifier)
Deprecated.
Deletes the file.
|
abstract ResourceIdentifier |
StorageManager.uploadResource(File uploadedFile,
ResourceIdentifier resourceIdentifier)
Deprecated.
Uploads the file.
|