Package com.orchestranetworks.addon.dama
Class EditAssetServiceComponent
java.lang.Object
com.orchestranetworks.addon.dama.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.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 Details
- 
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
 
 
 -