See: Description
| Class | Description |
|---|---|
| EditAssetServiceComponent |
Provides a method to create an instance of
UIHttpManagerComponent
in order to call the EBX® user interface to display the 'Edit digital asset' service. |
| EditAssetServiceSpec |
Defines the features of the 'Edit digital asset' service.
|
Provide classes to call {addon.label} services.
Create a new EditAssetServiceSpec:
DigitalAssetKey digitalAssetKey = new DigitalAssetKey(anAssetPrimaryKey);
Path mediaFieldPath = Path.parse("/root/aTable/aMediaField");
boolean isReadonly = false;
EditAssetServiceSpec editAssetServiceSpec = new EditAssetServiceSpec(digitalAssetKey, aDataset, mediaFieldPath, isReadonly);
Get UIHttpManagerComponent of the 'Edit digital asset' service:
UIHttpManagerComponent editServiceComponent = EditAssetServiceComponent.getEditDigitalAssetService(editAssetServiceSpec);