Class LocalActionInvoker
- java.lang.Object
-
- org.pentaho.platform.scheduler2.action.DefaultActionInvoker
-
- org.pentaho.platform.plugin.action.LocalActionInvoker
-
- All Implemented Interfaces:
org.pentaho.platform.api.action.IActionInvoker
public class LocalActionInvoker extends org.pentaho.platform.scheduler2.action.DefaultActionInvokerA more specific implementation ofDefaultActionInvokerfor use within a worker node, that massages the paramMapkeys such that they are generic, and not scheduler specific.
-
-
Constructor Summary
Constructors Constructor Description LocalActionInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvidergetStreamProvider(Map<String,Serializable> params)org.pentaho.platform.api.action.IActionInvokeStatusinvokeAction(org.pentaho.platform.api.action.IAction actionBean, String actionUser, Map<String,Serializable> params)
-
-
-
Method Detail
-
getStreamProvider
protected org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvider getStreamProvider(Map<String,Serializable> params)
-
invokeAction
public org.pentaho.platform.api.action.IActionInvokeStatus invokeAction(org.pentaho.platform.api.action.IAction actionBean, String actionUser, Map<String,Serializable> params) throws Exception- Specified by:
invokeActionin interfaceorg.pentaho.platform.api.action.IActionInvoker- Overrides:
invokeActionin classorg.pentaho.platform.scheduler2.action.DefaultActionInvoker- Throws:
Exception
-
-