Uses of Class
com.aspectran.core.context.rule.ScheduleJobRule
-
Packages that use ScheduleJobRule Package Description com.aspectran.core.context.rule -
-
Uses of ScheduleJobRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ScheduleJobRule Modifier and Type Method Description static ScheduleJobRuleScheduleJobRule. newInstance(ScheduleRule scheduleRule, java.lang.String transletName, java.lang.String method, java.lang.Boolean disabled)Methods in com.aspectran.core.context.rule that return types with arguments of type ScheduleJobRule Modifier and Type Method Description java.util.List<ScheduleJobRule>ScheduleRule. getScheduleJobRuleList()Methods in com.aspectran.core.context.rule with parameters of type ScheduleJobRule Modifier and Type Method Description voidScheduleRule. addScheduleJobRule(ScheduleJobRule scheduleJobRule)Method parameters in com.aspectran.core.context.rule with type arguments of type ScheduleJobRule Modifier and Type Method Description voidScheduleRule. setScheduleJobRuleList(java.util.List<ScheduleJobRule> scheduleJobRuleList)
-