Class EditAssetServiceComponent
java.lang.Object
com.orchestranetworks.addon.dama.servicecomponent.EditAssetServiceComponent
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
Modifier and TypeMethodDescriptionstatic com.orchestranetworks.ui.UIHttpManagerComponent
getEditDigitalAssetService
(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator) Create an instance ofUIHttpManagerComponent
in order to call the EBX® user interface to display the 'Edit digital asset' service.
-
Method Details
-
getEditDigitalAssetService
public static com.orchestranetworks.ui.UIHttpManagerComponent getEditDigitalAssetService(EditAssetServiceSpec editAssetServiceSpec, com.orchestranetworks.ui.UIResourceLocator locator) throws DAMException Create an instance ofUIHttpManagerComponent
in order to call the EBX® user interface to display the 'Edit digital asset' service.- Parameters:
editAssetServiceSpec
- theEditAssetServiceSpec
locator
- theUIResourceLocator
- Returns:
- the
UIHttpManagerComponent
of the 'Edit digital asset' service - Throws:
DAMException
- error is thrown when initializing information failed- Since:
- 1.3.0
-