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 |
---|---|
Context |
SearchContext.getContext()
Deprecated.
Gets the context.
|
Context |
AbstractDigitalAssetSpec.getContext()
Deprecated.
Returns the digital asset context.
|
Context |
DigitalAssetContext.getContext()
Deprecated.
Returns the context.
|
Context |
DigitalAssetVersionContext.getContext()
Deprecated.
Returns the context.
|
Modifier and Type | Method and Description |
---|---|
File |
Version.getFile(File targetFolder,
Context context)
Deprecated.
Gets the physical file of the digital asset.
|
Permission |
DriveFactory.getPermission(Context context)
Deprecated.
Gets the permission of the Drive that is associated to the media field.
|
List<DigitalAsset> |
DriveManager.lookup(Context context)
Deprecated.
Returns all digital assets in the Drive of the media field.
|
Constructor and Description |
---|
DigitalAssetContext(DigitalAssetKey digitalAssetKey,
Context context)
Deprecated.
Instantiates the new
DigitalAssetContext . |
DigitalAssetSpec(File file,
Context context)
Deprecated.
Instantiates the new
DigitalAssetSpec . |
DigitalAssetSpec(File file,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
Context context)
Deprecated.
Instantiates the new
DigitalAssetSpec . |
DigitalAssetVersionContext(DigitalAssetVersionKey versionKey,
Context context)
Deprecated.
Instantiates the new
DigitalAssetVersionContext . |
SearchContext(Context context)
Deprecated.
Instantiates the new
SearchContext . |
SearchContext(SearchFilter searchFilter,
Context context)
Deprecated.
Instantiates the new
SearchContext . |
SearchFilter(Context context)
Deprecated.
Instantiates a new
SearchFilter . |