Package com.emc.d2fs.interfaces
Interface IActionService
- All Superinterfaces:
- ID2fsService
Action Service provides access to IPluginActions
- 
Method SummaryModifier and TypeMethodDescriptionhandlePluginAction(Context context, List<Attribute> parameters) Handle action allows to generically call a specific method of a IPluginAction's implementation for some custom method having the following signature: public Listmethod(Context); voidsetBaseUrl(String url) Set server base url used to build the url forhandlePluginActionMethods inherited from interface com.emc.d2fs.interfaces.ID2fsServiceisRemote, setRemote
- 
Method Details- 
handlePluginActionHandle action allows to generically call a specific method of a IPluginAction's implementation for some custom method having the following signature: public Listmethod(Context); - Parameters:
- context-- Contextobject containing informations about client/session
- parameters-- Attributelist of parameters.- eService: DF_STRING, Name of service.
- eMethod: DF_STRING. Name of method to execute.
 
- Returns:
- Attribute list so Plugin can change initial parameter's input or add new attributes
- Throws:
- Exception
- Since:
- 4.0.1
 
- 
setBaseUrlSet server base url used to build the url forhandlePluginAction- Parameters:
- url- String value of base url
- Since:
- 4.2.1
 
 
-