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 IRuntimeContext
ISolutionEngine. 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 parametersIRuntimeContext
ISolutionEngine. 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 specifiedIRuntimeContext
ISolutionEngine. execute(IRuntimeContext runtime, String actionPath, String processId, boolean async, boolean instanceEnds, Map parameterProviderMap, IOutputHandler outputHandler)
Executes the action sequence specifiedIRuntimeContext
ISolutionEngine. getExecutionContext()
IRuntimeContext
IActionRequestHandler. getRuntime(String requestHandle)
Gets the runtime.IRuntimeContext
IComponent. getRuntimeContext()
IRuntimeContext
IActionRequestHandler. handleActionAsyncRequest()
Executes an action sequence asynchronously.IRuntimeContext
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 IRuntimeContext Modifier and Type Method Description void
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)
IRuntimeContext
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)
-