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

EBX® Add-ons Version 5.3.0.

Copyright TIBCO Software Inc. 2001-2022. 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.