public interface IAction
ActionDescriptor.
Not intended to be sub-classed.
ActionExecutor| Modifier and Type | Method and Description |
|---|---|
void |
addElementListEntryToSelect(IElementListEntry pEntry)
Adds an
IElementListEntry to be selected after the execution of
the action. |
ActionDescriptor |
getActionDescriptor()
Gets the action descriptor of this action.
|
IElementList |
getElementList()
Returns an element list if the performed action created one.
|
java.util.List<IElementListEntry> |
getElementListEntriesToSelect() |
java.lang.Exception |
getException()
Returns an exception (if one occurred during the execution of this
ActionDescriptor) or null, if no exception occurred. |
IExecutionContext |
getExecutionContext()
Gets the execution context of this action.
|
java.util.List<IToolResult> |
getResourceProcessingProblemResults()
Gets a list of tool results which caused problems during resource
processing.
|
java.util.List<IToolResult> |
getToolResults()
Gets the tool results of all tools executed by this action.
|
boolean |
isCanceled()
Returns
true if the action was cancelled by the user (even
if an input dialog was cancelled). |
void |
setCanceled(boolean pCanceled)
Whether the action was cancelled by the user.
|
void |
setElementList(IElementList pEleList)
Sets the element list of this action.
|
void |
setException(java.lang.Exception pE)
Sets the exception of this action.
|
ActionDescriptor getActionDescriptor()
IExecutionContext getExecutionContext()
IExecutionContextIElementList getElementList()
IElementList or nullvoid setElementList(IElementList pEleList)
pEleList - the element list which was created by this actiongetElementList()java.lang.Exception getException()
ActionDescriptor) or null, if no exception occurred.nullvoid setException(java.lang.Exception pE)
pE - the exceptiongetException()void setCanceled(boolean pCanceled)
pCanceled - true if the action was cancelled by the user.
false otherwise.boolean isCanceled()
true if the action was cancelled by the user (even
if an input dialog was cancelled).java.util.List<IElementListEntry> getElementListEntriesToSelect()
IElementListEntry that should be selected after
the execution of this action. The list can only contain entries,
if TOOL-DEFINED resource operations with SELECT parameters were
executed.addElementListEntryToSelect(IElementListEntry)void addElementListEntryToSelect(IElementListEntry pEntry)
IElementListEntry to be selected after the execution of
the action.pEntry - the IElementListEntrygetElementListEntriesToSelect()java.util.List<IToolResult> getToolResults()
IToolResults of all tools executed by this action.java.util.List<IToolResult> getResourceProcessingProblemResults()
IToolResult which contained resource operations that
caused problems while being processedCopyright © 2015 Micro Focus GmbH. All rights reserved.