Uses of Interface
org.pentaho.platform.api.engine.IRuntimeContext
-
Packages that use IRuntimeContext Package Description org.pentaho.platform.api.engine -
-
Uses of IRuntimeContext in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IRuntimeContext 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 specifiedIRuntimeContextISolutionEngine. getExecutionContext()IRuntimeContextIActionRequestHandler. getRuntime(String requestHandle)Gets the runtime.IRuntimeContextIComponent. getRuntimeContext()IRuntimeContextIActionRequestHandler. handleActionAsyncRequest()Executes an action sequence asynchronously.IRuntimeContextIActionRequestHandler. handleActionRequest(int timeout, int timeoutType)Responsible for executing the action using the solution engine.Methods in org.pentaho.platform.api.engine with parameters of type IRuntimeContext Modifier and Type Method Description voidIExecutionListener. action(IRuntimeContext runtime, ISolutionActionDefinition action)voidIActionCompleteListener. actionComplete(IRuntimeContext runtime)Invoked when a Component execution has completedvoidICreateFeedbackParameterCallback. createFeedbackParameter(IRuntimeContext runtimeContext, String fieldName, String displayName, String hint, Object defaultValues, List values, Map dispNames, String displayStyle, boolean optional, boolean visible)IRuntimeContextISolutionEngine. execute(IRuntimeContext runtime, String actionPath, String processId, boolean async, boolean instanceEnds, Map parameterProviderMap, IOutputHandler outputHandler)Executes the action sequence specifiedvoidIMessageFormatter. formatFailureMessage(String mimeType, IRuntimeContext context, StringBuffer messageBuffer)voidIMessageFormatter. formatFailureMessage(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, List defaultMessages)default voidIMessageFormatter. formatFailureMessage(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, List defaultMessages, boolean showStacktrace)voidIMessageFormatter. formatSuccessMessage(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, boolean doMessages)voidIMessageFormatter. formatSuccessMessage(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, boolean doMessages, boolean doWrapper)voidIExecutionListener. loaded(IRuntimeContext runtime)voidIExecutionListener. loop(IRuntimeContext runtime, long count)voidIComponent. setRuntimeContext(IRuntimeContext runtimeContext)voidIExecutionListener. validated(IRuntimeContext runtime)
-