Uses of Class
com.aspectran.core.context.rule.InvokeActionRule
-
-
Uses of InvokeActionRule in com.aspectran.core.activity.process
Methods in com.aspectran.core.activity.process with parameters of type InvokeActionRule Modifier and Type Method Description Executable
ActionList. applyActionRule(InvokeActionRule invokeActionRule)
-
Uses of InvokeActionRule in com.aspectran.core.activity.process.action
Methods in com.aspectran.core.activity.process.action that return InvokeActionRule Modifier and Type Method Description InvokeActionRule
InvokeAction. getInvokeActionRule()
Returns the invoke action rule.Constructors in com.aspectran.core.activity.process.action with parameters of type InvokeActionRule Constructor Description AdviceAction(InvokeActionRule invokeActionRule, AspectAdviceRule aspectAdviceRule)
Instantiates a new AdviceAction.InvokeAction(InvokeActionRule invokeActionRule)
Instantiates a new InvokeAction. -
Uses of InvokeActionRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return InvokeActionRule Modifier and Type Method Description static InvokeActionRule
InvokeActionRule. newInstance(java.lang.String methodName, java.lang.Boolean hidden)
Returns a new instance of BeanActionRule.static InvokeActionRule
InvokeActionRule. newInstance(java.lang.String id, java.lang.String beanId, java.lang.String methodName, java.lang.Boolean hidden)
Returns a new instance of BeanActionRule.Methods in com.aspectran.core.context.rule with parameters of type InvokeActionRule Modifier and Type Method Description Executable
AspectAdviceRule. applyActionRule(InvokeActionRule invokeActionRule)
Executable
ChooseWhenRule. applyActionRule(InvokeActionRule invokeActionRule)
Executable
ExceptionThrownRule. applyActionRule(InvokeActionRule invokeActionRule)
Executable
ResponseRule. applyActionRule(InvokeActionRule invokeActionRule)
Executable
TransletRule. applyActionRule(InvokeActionRule invokeActionRule)
-
Uses of InvokeActionRule in com.aspectran.core.context.rule.ability
Methods in com.aspectran.core.context.rule.ability with parameters of type InvokeActionRule Modifier and Type Method Description Executable
ActionRuleApplicable. applyActionRule(InvokeActionRule invokeActionRule)
Adds the invoke action rule. -
Uses of InvokeActionRule in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant with parameters of type InvokeActionRule Modifier and Type Method Description void
ContextRuleAssistant. resolveActionBeanClass(InvokeActionRule invokeActionRule)
Resolve bean class for bean method action rule.void
ShallowContextRuleAssistant. resolveActionBeanClass(InvokeActionRule invokeActionRule)
-
Uses of InvokeActionRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type InvokeActionRule Modifier and Type Method Description static ActionParameters
RulesToParameters. toActionParameters(InvokeActionRule invokeActionRule)
-