Class EditAssetServiceComponent

java.lang.Object
com.orchestranetworks.addon.dama.servicecomponent.EditAssetServiceComponent

public final class EditAssetServiceComponent extends Object
Provides a method to create an instance of UIHttpManagerComponent in order to call the EBX® user interface to display the 'Edit digital asset' service.
Since:
1.3.0
  • Method Details

    • getEditDigitalAssetService

      public static com.orchestranetworks.ui.UIHttpManagerComponent getEditDigitalAssetService(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator) throws DAMException
      Create an instance of UIHttpManagerComponent in order to call the EBX® user interface to display the 'Edit digital asset' service.
      Parameters:
      editAssetServiceSpec - the EditAssetServiceSpec
      locator - the UIResourceLocator
      Returns:
      the UIHttpManagerComponent of the 'Edit digital asset' service
      Throws:
      DAMException - error is thrown when initializing information failed
      Since:
      1.3.0