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.IStreamProcessingAction
public void execute() throws Exception
execute
in interface org.pentaho.platform.api.action.IAction
Exception
public String getMimeType(String arg0)
getMimeType
in interface org.pentaho.platform.api.action.IStreamingAction
public void setOutputStream(OutputStream arg0)
setOutputStream
in interface org.pentaho.platform.api.action.IStreamingAction
public void setVarArgs(Map<String,Object> arg0)
setVarArgs
in interface org.pentaho.platform.api.action.IVarArgsAction
public List<org.pentaho.platform.api.repository.IContentItem> getActionOutputContents()
getActionOutputContents
in interface org.pentaho.platform.api.action.IPostProcessingAction
Copyright © 2021 Hitachi Vantara. All rights reserved.