Package | Description |
---|---|
org.pentaho.platform.api.engine |
Modifier and Type | Method and Description |
---|---|
IRuntimeContext |
ISolutionEngine.execute(IRuntimeContext runtime,
String actionPath,
String processId,
boolean async,
boolean instanceEnds,
Map parameterProviderMap,
IOutputHandler outputHandler)
Executes the action sequence specified
|
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 parameters
|
IRuntimeContext |
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 specified
|
IRuntimeContext |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IExecutionListener.action(IRuntimeContext runtime,
ISolutionActionDefinition action) |
void |
IActionCompleteListener.actionComplete(IRuntimeContext runtime)
Invoked when a Component execution has completed
|
void |
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 specified
|
void |
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) |
Copyright © 2020 Hitachi Vantara. All rights reserved.