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 ScheduleRuleScheduledJobRule. 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 ScheduledJobRuleScheduledJobRule. newInstance(ScheduleRule scheduleRule, java.lang.String transletName, java.lang.Boolean disabled)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, TriggerParameters triggerParameters)static voidScheduleRule. updateTrigger(ScheduleRule scheduleRule, java.lang.String type, java.lang.String expression)static voidScheduleRule. updateTriggerExpression(ScheduleRule scheduleRule, TriggerExpressionParameters expressionParameters)static voidScheduleRule. updateTriggerExpression(ScheduleRule scheduleRule, java.lang.String expression)static voidScheduleRule. updateTriggerType(ScheduleRule scheduleRule, java.lang.String type)Constructors in com.aspectran.core.context.rule with parameters of type ScheduleRule Constructor Description ScheduledJobRule(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 ScheduleParametersRulesToParameters. toScheduleParameters(ScheduleRule scheduleRule) -
Uses of ScheduleRule in com.aspectran.core.context.rule.params
Methods in com.aspectran.core.context.rule.params that return ScheduleRule Modifier and Type Method Description ScheduleRuleAspectranParameters. newScheduleRule()Methods in com.aspectran.core.context.rule.params with parameters of type ScheduleRule Modifier and Type Method Description AspectranParametersAspectranParameters. addRule(ScheduleRule scheduleRule)
-