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 ExecutableActionList. 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 InvokeActionRuleInvokeAction. 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 InvokeActionRuleInvokeActionRule. newInstance(java.lang.String methodName, java.lang.Boolean hidden)Returns a new instance of BeanActionRule.static InvokeActionRuleInvokeActionRule. 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 ExecutableAspectAdviceRule. applyActionRule(InvokeActionRule invokeActionRule)ExecutableChooseWhenRule. applyActionRule(InvokeActionRule invokeActionRule)ExecutableExceptionThrownRule. applyActionRule(InvokeActionRule invokeActionRule)ExecutableResponseRule. applyActionRule(InvokeActionRule invokeActionRule)ExecutableTransletRule. 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 ExecutableActionRuleApplicable. 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 voidContextRuleAssistant. resolveActionBeanClass(InvokeActionRule invokeActionRule)Resolve bean class for bean method action rule.voidShallowContextRuleAssistant. 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 ActionParametersRulesToParameters. toActionParameters(InvokeActionRule invokeActionRule)
-