Uses of Class
com.aspectran.core.context.rule.type.ActionType
-
Packages that use ActionType Package Description com.aspectran.core.activity.process.action com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of ActionType in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return ActionType Modifier and Type Method Description ActionTypeAnnotatedAction. getActionType()ActionTypeChooseAction. getActionType()ActionTypeEchoAction. getActionType()ActionTypeExecutable. getActionType()Gets the Action Type.ActionTypeHeaderAction. getActionType()ActionTypeIncludeAction. getActionType()ActionTypeInvokeAction. getActionType() -
Uses of ActionType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ActionType Modifier and Type Method Description ActionTypeAspectAdviceRule. getActionType()ActionTypeExceptionThrownRule. getActionType()Returns the action type of the executable action. -
Uses of ActionType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return ActionType Modifier and Type Method Description static ActionTypeActionType. resolve(java.lang.String alias)Returns anActionTypewith a value represented by the specifiedString.static ActionTypeActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-