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 IOutputHandlerIBackgroundExecution. 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 IRuntimeContextISolutionEngine. 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 parametersIRuntimeContextISolutionEngine. 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 specifiedIRuntimeContextISolutionEngine. execute(IRuntimeContext runtime, String actionPath, String processId, boolean async, boolean instanceEnds, Map parameterProviderMap, IOutputHandler outputHandler)Executes the action sequence specifiedvoidIContentGenerator. setOutputHandler(IOutputHandler outputHandler)called before createContent(), the IOutputHandler is the API that defines how to write content back to the client.voidIRuntimeContext. setOutputHandler(IOutputHandler outputHandler)Sets the output handler for the runtime context
-