Class EditAssetServiceComponent
- java.lang.Object
-
- com.orchestranetworks.addon.dama.servicecomponent.EditAssetServiceComponent
-
public final class EditAssetServiceComponent extends java.lang.ObjectProvides a method to create an instance ofUIHttpManagerComponentin 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.UIHttpManagerComponentgetEditDigitalAssetService(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator)Create an instance ofUIHttpManagerComponentin order to call the EBX® user interface to display the 'Edit digital asset' service.
-
-
-
Method Detail
-
getEditDigitalAssetService
public static com.orchestranetworks.ui.UIHttpManagerComponent getEditDigitalAssetService(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator) throws DAMException
Create an instance ofUIHttpManagerComponentin order to call the EBX® user interface to display the 'Edit digital asset' service.- Parameters:
editAssetServiceSpec- theEditAssetServiceSpeclocator- theUIResourceLocator- Returns:
- the
UIHttpManagerComponentof the 'Edit digital asset' service - Throws:
DAMException- error is thrown when initializing information failed- Since:
- 1.3.0
-
-