Uses of Class
com.aspectran.core.context.rule.ScheduleRule
-
-
Uses of ScheduleRule in com.aspectran.core.component.schedule
Methods in com.aspectran.core.component.schedule that return ScheduleRule Modifier and Type Method Description ScheduleRuleScheduleRuleRegistry. getScheduleRule(java.lang.String scheduleId)Methods in com.aspectran.core.component.schedule that return types with arguments of type ScheduleRule Modifier and Type Method Description java.util.Collection<ScheduleRule>ScheduleRuleRegistry. getScheduleRules()Methods in com.aspectran.core.component.schedule with parameters of type ScheduleRule Modifier and Type Method Description voidScheduleRuleRegistry. addScheduleRule(ScheduleRule scheduleRule) -
Uses of ScheduleRule in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return ScheduleRule Modifier and Type Method Description ScheduleRuleScheduleJobRule. getScheduleRule()static ScheduleRuleScheduleRule. newInstance(java.lang.String id)Methods in com.aspectran.core.context.rule with parameters of type ScheduleRule Modifier and Type Method Description static ScheduleJobRuleScheduleJobRule. newInstance(ScheduleRule scheduleRule, java.lang.String transletName, java.lang.String method, java.lang.Boolean disabled)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, TriggerParameters triggerParameters)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, java.lang.String text)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, java.lang.String type, java.lang.String text)static voidScheduleRule. updateTriggerType(ScheduleRule scheduleRule, java.lang.String type)Constructors in com.aspectran.core.context.rule with parameters of type ScheduleRule Constructor Description ScheduleJobRule(ScheduleRule scheduleRule) -
Uses of ScheduleRule in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return types with arguments of type ScheduleRule Modifier and Type Method Description java.util.Collection<ScheduleRule>ContextRuleAssistant. getScheduleRules()Returns all schedule rules.java.util.Collection<ScheduleRule>ShallowContextRuleAssistant. getScheduleRules()Methods in com.aspectran.core.context.rule.assistant with parameters of type ScheduleRule Modifier and Type Method Description voidContextRuleAssistant. addScheduleRule(ScheduleRule scheduleRule)Adds the schedule rule.voidShallowContextRuleAssistant. addScheduleRule(ScheduleRule scheduleRule)voidContextRuleAssistant. resolveBeanClass(ScheduleRule scheduleRule)Resolve bean class for the schedule rule.voidShallowContextRuleAssistant. resolveBeanClass(ScheduleRule scheduleRule) -
Uses of ScheduleRule in com.aspectran.core.context.rule.converter
Methods in com.aspectran.core.context.rule.converter with parameters of type ScheduleRule Modifier and Type Method Description static ScheduleParametersRuleToParamsConverter. toScheduleParameters(ScheduleRule scheduleRule) -
Uses of ScheduleRule in com.aspectran.core.context.rule.params
Methods in com.aspectran.core.context.rule.params with parameters of type ScheduleRule Modifier and Type Method Description voidAspectranParameters. addRule(ScheduleRule scheduleRule)
-