Skip navigation links

Package com.orchestranetworks.addon.dama.servicecomponent

Provide classes to call {addon.label} services.

See: Description

Package com.orchestranetworks.addon.dama.servicecomponent Description

Provide classes to call {addon.label} services.

Example of getting UIHttpManagerComponent of the 'Edit digital asset' service:

  1. 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);
    
  2. Get UIHttpManagerComponent of the 'Edit digital asset' service:

            UIHttpManagerComponent editServiceComponent = EditAssetServiceComponent.getEditDigitalAssetService(editAssetServiceSpec); 
    
Skip navigation links

Add-ons Version 4.5.22.

Copyright 2001-2025. Cloud Software Group, Inc. All rights reserved.
All third party product and company names and third party marks mentioned in this document are the property of their respective owners and are mentioned for identification.