public interface IActionRequestHandler
Modifier and Type | Method and Description |
---|---|
List |
getMessages()
As the execution happens, the action handler is responsible for storing a list of all the messages that occur
in the case of component failure.
|
IRuntimeContext |
getRuntime(String requestHandle)
Gets the runtime.
|
IRuntimeContext |
handleActionAsyncRequest()
Executes an action sequence asynchronously.
|
IRuntimeContext |
handleActionRequest(int timeout,
int timeoutType)
Responsible for executing the action using the solution engine.
|
void |
setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback createFeedbackParameterCallback) |
void |
setForcePrompt(boolean forcePrompt)
Sets whether to force the generation of a prompt page
|
IRuntimeContext handleActionRequest(int timeout, int timeoutType)
timeout
- Timeout for the execution - currently ignored in the BasetimeoutType
- - currently ignored in the BaseBaseRequestHandler
IRuntimeContext handleActionAsyncRequest()
IRuntimeContext getRuntime(String requestHandle)
requestHandle
- List getMessages()
void setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback createFeedbackParameterCallback)
void setForcePrompt(boolean forcePrompt)
forcePrompt
- Copyright © 2020 Hitachi Vantara. All rights reserved.