Class ActionSequenceAction
java.lang.Object
org.pentaho.platform.plugin.action.builtin.ActionSequenceAction
- All Implemented Interfaces:
org.pentaho.platform.api.action.IAction,org.pentaho.platform.api.action.IPostProcessingAction,org.pentaho.platform.api.action.IStreamingAction,org.pentaho.platform.api.action.IStreamProcessingAction,org.pentaho.platform.api.action.IVarArgsAction
public class ActionSequenceAction
extends Object
implements org.pentaho.platform.api.action.IStreamProcessingAction, org.pentaho.platform.api.action.IStreamingAction, org.pentaho.platform.api.action.IVarArgsAction, org.pentaho.platform.api.action.IPostProcessingAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()List<org.pentaho.platform.api.repository.IContentItem>getMimeType(String arg0) voidsetInputStream(InputStream arg0) voidsetOutputStream(OutputStream arg0) voidsetVarArgs(Map<String, Object> arg0) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.platform.api.action.IAction
isExecutionSuccessful
-
Constructor Details
-
ActionSequenceAction
public ActionSequenceAction()
-
-
Method Details
-
setInputStream
- Specified by:
setInputStreamin interfaceorg.pentaho.platform.api.action.IStreamProcessingAction
-
execute
- Specified by:
executein interfaceorg.pentaho.platform.api.action.IAction- Throws:
Exception
-
getMimeType
- Specified by:
getMimeTypein interfaceorg.pentaho.platform.api.action.IStreamingAction
-
setOutputStream
- Specified by:
setOutputStreamin interfaceorg.pentaho.platform.api.action.IStreamingAction
-
setVarArgs
- Specified by:
setVarArgsin interfaceorg.pentaho.platform.api.action.IVarArgsAction
-
getActionOutputContents
- Specified by:
getActionOutputContentsin interfaceorg.pentaho.platform.api.action.IPostProcessingAction
-