public class ActionExecutorResult
extends java.lang.Object
IAction or an ActionExecutor.ActionExecutorJob, depending on the
Execution Mode attribute of the action descriptor.getAction(),
getJob()| Constructor and Description |
|---|
ActionExecutorResult(ActionExecutor.ActionExecutorJob pJob)
Constructor for
EActionExecutionMode.MODELESS actions. |
ActionExecutorResult(IAction pAction)
Constructor for
EActionExecutionMode.MODAL actions. |
| Modifier and Type | Method and Description |
|---|---|
IAction |
getAction()
Gets the the executed action or
null if the execution mode
was EActionExecutionMode.MODELESS. |
ActionDescriptor |
getActionDescriptor()
Gets the the action descriptor of the executed action.
|
EActionExecutionMode |
getExecutionMode()
Gets the execution mode of the executed action descriptor.
|
ActionExecutor.ActionExecutorJob |
getJob()
Gets the the scheduled job or
null if the execution mode was
EActionExecutionMode.MODAL. |
public ActionExecutorResult(IAction pAction)
EActionExecutionMode.MODAL actions.pAction - the executed actionpublic ActionExecutorResult(ActionExecutor.ActionExecutorJob pJob)
EActionExecutionMode.MODELESS actions.pJob - the scheduled ActionExecutor.ActionExecutorJobpublic EActionExecutionMode getExecutionMode()
public ActionDescriptor getActionDescriptor()
public IAction getAction()
null if the execution mode
was EActionExecutionMode.MODELESS.nullgetExecutionMode()public ActionExecutor.ActionExecutorJob getJob()
null if the execution mode was
EActionExecutionMode.MODAL.nullgetExecutionMode()Copyright © 2015 Micro Focus GmbH. All rights reserved.