Uses of Interface
org.pentaho.platform.api.engine.IOutputHandler
-
Uses of IOutputHandler in org.pentaho.platform.api.engine
Modifier and TypeMethodDescriptionIBackgroundExecution.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.Modifier and TypeMethodDescriptionISolutionEngine.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 parametersISolutionEngine.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 specifiedISolutionEngine.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