Uses of Interface
org.pentaho.platform.api.engine.IRuntimeContext
Packages that use IRuntimeContext
-
Uses of IRuntimeContext in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IRuntimeContextModifier 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 specifiedISolutionEngine.getExecutionContext()IActionRequestHandler.getRuntime(String requestHandle) Gets the runtime.IComponent.getRuntimeContext()IActionRequestHandler.handleActionAsyncRequest()Executes an action sequence asynchronously.IActionRequestHandler.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 IRuntimeContextModifier and TypeMethodDescriptionvoidIExecutionListener.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) ISolutionEngine.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)