Uses of Interface
org.pentaho.platform.api.engine.IRuntimeContext
-
Uses of IRuntimeContext in org.pentaho.platform.api.engine
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 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.Modifier and TypeMethodDescriptionvoid
IExecutionListener.action
(IRuntimeContext runtime, ISolutionActionDefinition action) void
IActionCompleteListener.actionComplete
(IRuntimeContext runtime) Invoked when a Component execution has completedvoid
ICreateFeedbackParameterCallback.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 specifiedvoid
IMessageFormatter.formatFailureMessage
(String mimeType, IRuntimeContext context, StringBuffer messageBuffer) void
IMessageFormatter.formatFailureMessage
(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, List defaultMessages) default void
IMessageFormatter.formatFailureMessage
(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, List defaultMessages, boolean showStacktrace) void
IMessageFormatter.formatSuccessMessage
(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, boolean doMessages) void
IMessageFormatter.formatSuccessMessage
(String mimeType, IRuntimeContext context, StringBuffer messageBuffer, boolean doMessages, boolean doWrapper) void
IExecutionListener.loaded
(IRuntimeContext runtime) void
IExecutionListener.loop
(IRuntimeContext runtime, long count) void
IComponent.setRuntimeContext
(IRuntimeContext runtimeContext) void
IExecutionListener.validated
(IRuntimeContext runtime)