Class IncludeAction
- java.lang.Object
-
- com.aspectran.core.activity.process.action.IncludeAction
-
- All Implemented Interfaces:
Executable
public class IncludeAction extends java.lang.Object implements Executable
IncludeActionto get the execution result of another translet.Created: 2008. 06. 05 PM 9:22:05
-
-
Constructor Summary
Constructors Constructor Description IncludeAction(IncludeActionRule includeActionRule)Instantiates a new IncludeAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(Activity activity)Execute this action.java.lang.StringgetActionId()Gets the action id.<T> TgetActionRule()Gets the action rule.ActionTypegetActionType()Gets the Action Type.IncludeActionRulegetIncludeActionRule()Returns the include action rule.booleanisHidden()Returns whether this action is hidden.java.lang.StringtoString()
-
-
-
Constructor Detail
-
IncludeAction
public IncludeAction(IncludeActionRule includeActionRule)
Instantiates a new IncludeAction.- Parameters:
includeActionRule- the process call action rule
-
-
Method Detail
-
execute
public java.lang.Object execute(Activity activity) throws java.lang.Exception
Description copied from interface:ExecutableExecute this action.- Specified by:
executein interfaceExecutable- Parameters:
activity- the activity- Returns:
- the result of action execution
- Throws:
java.lang.Exception- if the action fails to execute
-
getIncludeActionRule
public IncludeActionRule getIncludeActionRule()
Returns the include action rule.- Returns:
- the include action rule
-
getActionId
public java.lang.String getActionId()
Description copied from interface:ExecutableGets the action id.- Specified by:
getActionIdin interfaceExecutable- Returns:
- the action id
-
isHidden
public boolean isHidden()
Description copied from interface:ExecutableReturns whether this action is hidden.- Specified by:
isHiddenin interfaceExecutable- Returns:
- true, if is hidden action
-
getActionType
public ActionType getActionType()
Description copied from interface:ExecutableGets the Action Type.- Specified by:
getActionTypein interfaceExecutable- Returns:
- the Action Type
-
getActionRule
public <T> T getActionRule()
Description copied from interface:ExecutableGets the action rule.- Specified by:
getActionRulein interfaceExecutable- Type Parameters:
T- the generic type- Returns:
- the action rule
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-