Executablepublic class HeadingAction extends AbstractAction
Created: 2016. 08. 23.
parent| Constructor | Description |
|---|---|
HeadingAction(HeadingActionRule headingActionRule,
ActionList parent) |
Instantiates a new HeadingAction.
|
| 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.
|
HeadingActionRule |
getHeadingActionRule() |
Returns the heading action rule.
|
boolean |
isHidden() |
Returns whether this action is hidden.
|
java.lang.String |
toString() |
getParentpublic HeadingAction(HeadingActionRule headingActionRule, ActionList parent)
headingActionRule - the heading 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 HeadingActionRule getHeadingActionRule()
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.