Uses of Interface
org.pentaho.platform.api.engine.IOutputHandler
-
Packages that use IOutputHandler Package Description org.pentaho.platform.api.engine -
-
Uses of IOutputHandler in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IOutputHandler Modifier and Type Method Description IOutputHandler
IBackgroundExecution. getContentOutputHandler(String location, String fileName, String solutionName, IPentahoSession userSession, IParameterProvider parameterProvider)
Returns the output handler for content, specific to the implementation of the background execution helper.Methods in org.pentaho.platform.api.engine with parameters of type IOutputHandler Modifier and Type Method Description IRuntimeContext
ISolutionEngine. execute(String actionPath, String processId, boolean async, boolean instanceEnds, String instanceId, boolean persisted, Map parameterProviderMap, IOutputHandler outputHandler, IActionCompleteListener listener, IPentahoUrlFactory urlFactory, List messages)
Executes the action sequence specified in the manner described in the parametersIRuntimeContext
ISolutionEngine. execute(String actionSequenceXML, String sequenceName, String processId, boolean async, boolean instanceEnds, String instanceId, boolean persisted, Map parameterProviderMap, IOutputHandler outputHandler, IActionCompleteListener pListener, IPentahoUrlFactory urlFactory, List messages)
Executes the in memory action sequence specifiedIRuntimeContext
ISolutionEngine. execute(IRuntimeContext runtime, String actionPath, String processId, boolean async, boolean instanceEnds, Map parameterProviderMap, IOutputHandler outputHandler)
Executes the action sequence specifiedvoid
IContentGenerator. setOutputHandler(IOutputHandler outputHandler)
called before createContent(), the IOutputHandler is the API that defines how to write content back to the client.void
IRuntimeContext. setOutputHandler(IOutputHandler outputHandler)
Sets the output handler for the runtime context
-