Executablepublic class IncludeAction extends AbstractAction
Created: 2008. 06. 05 PM 9:22:05
parent| Constructor | Description |
|---|---|
IncludeAction(IncludeActionRule includeActionRule,
ActionList parent) |
Instantiates a new IncludeAction.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
execute(Activity activity) |
Execute this action.
|
java.lang.String |
getActionId() |
Gets the action id.
|
<T> T |
getActionRule() |
Gets the action rule.
|
ActionType |
getActionType() |
Gets the Action Type.
|
IncludeActionRule |
getIncludeActionRule() |
Returns the include action rule.
|
boolean |
isHidden() |
Returns whether this action is hidden.
|
java.lang.String |
toString() |
getParentpublic IncludeAction(IncludeActionRule includeActionRule, ActionList parent)
includeActionRule - the process call action ruleparent - the parentpublic java.lang.Object execute(Activity activity) throws java.lang.Exception
Executableactivity - the activityjava.lang.Exception - the exceptionActionExecutionException - the action execution exceptionpublic IncludeActionRule getIncludeActionRule()
public java.lang.String getActionId()
ExecutablegetActionId in interface ExecutablegetActionId in class AbstractActionpublic boolean isHidden()
Executablepublic ActionType getActionType()
Executablepublic <T> T getActionRule()
ExecutableT - the generic typepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Aspectran Project. All rights reserved.