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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
List<org.pentaho.platform.api.repository.IContentItem>
getMimeType
(String arg0) void
setInputStream
(InputStream arg0) void
setOutputStream
(OutputStream arg0) void
setVarArgs
(Map<String, Object> arg0) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.platform.api.action.IAction
isExecutionSuccessful
-
Constructor Details
-
ActionSequenceAction
public ActionSequenceAction()
-
-
Method Details
-
setInputStream
- Specified by:
setInputStream
in interfaceorg.pentaho.platform.api.action.IStreamProcessingAction
-
execute
- Specified by:
execute
in interfaceorg.pentaho.platform.api.action.IAction
- Throws:
Exception
-
getMimeType
- Specified by:
getMimeType
in interfaceorg.pentaho.platform.api.action.IStreamingAction
-
setOutputStream
- Specified by:
setOutputStream
in interfaceorg.pentaho.platform.api.action.IStreamingAction
-
setVarArgs
- Specified by:
setVarArgs
in interfaceorg.pentaho.platform.api.action.IVarArgsAction
-
getActionOutputContents
- Specified by:
getActionOutputContents
in interfaceorg.pentaho.platform.api.action.IPostProcessingAction
-