Class EditAssetServiceComponent


  • public final class EditAssetServiceComponent
    extends java.lang.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 Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.orchestranetworks.ui.UIHttpManagerComponent getEditDigitalAssetService​(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator)
      Create an instance of UIHttpManagerComponent in order to call the EBX® user interface to display the 'Edit digital asset' service.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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