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 and Description |
|---|
ActionSequenceAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
List<org.pentaho.platform.api.repository.IContentItem> |
getActionOutputContents() |
String |
getMimeType(String arg0) |
void |
setInputStream(InputStream arg0) |
void |
setOutputStream(OutputStream arg0) |
void |
setVarArgs(Map<String,Object> arg0) |
public void setInputStream(InputStream arg0)
setInputStream in interface org.pentaho.platform.api.action.IStreamProcessingActionpublic void execute()
throws Exception
execute in interface org.pentaho.platform.api.action.IActionExceptionpublic String getMimeType(String arg0)
getMimeType in interface org.pentaho.platform.api.action.IStreamingActionpublic void setOutputStream(OutputStream arg0)
setOutputStream in interface org.pentaho.platform.api.action.IStreamingActionpublic void setVarArgs(Map<String,Object> arg0)
setVarArgs in interface org.pentaho.platform.api.action.IVarArgsActionpublic List<org.pentaho.platform.api.repository.IContentItem> getActionOutputContents()
getActionOutputContents in interface org.pentaho.platform.api.action.IPostProcessingAction