Uses of Class
com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzExecNotificationRule

Packages that use QuartzExecNotificationRule
com.quartzdesk.service.quartz_exec_notif_rule.v1_0   
com.quartzdesk.service.types.v4_0.scheduler.quartz   
 

Uses of QuartzExecNotificationRule in com.quartzdesk.service.quartz_exec_notif_rule.v1_0
 

Fields in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 declared as QuartzExecNotificationRule
protected  QuartzExecNotificationRule UpdateRuleRequest.execNotifRule
           
protected  QuartzExecNotificationRule GetRuleResponse.execNotifRule
           
protected  QuartzExecNotificationRule AddRuleRequest.execNotifRule
           
 

Fields in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 with type parameters of type QuartzExecNotificationRule
protected  List<QuartzExecNotificationRule> GetRulesForTriggerResponse.execNotifRule
           
protected  List<QuartzExecNotificationRule> GetRulesForSchedulerResponse.execNotifRule
           
protected  List<QuartzExecNotificationRule> GetRulesForJobResponse.execNotifRule
           
 

Methods in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 that return QuartzExecNotificationRule
 QuartzExecNotificationRule UpdateRuleRequest.getExecNotifRule()
          Gets the value of the execNotifRule property.
 QuartzExecNotificationRule GetRuleResponse.getExecNotifRule()
          Gets the value of the execNotifRule property.
 QuartzExecNotificationRule AddRuleRequest.getExecNotifRule()
          Gets the value of the execNotifRule property.
 

Methods in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 that return types with arguments of type QuartzExecNotificationRule
 List<QuartzExecNotificationRule> GetRulesForTriggerResponse.getExecNotifRule()
          Gets the value of the execNotifRule property.
 List<QuartzExecNotificationRule> GetRulesForSchedulerResponse.getExecNotifRule()
          Gets the value of the execNotifRule property.
 List<QuartzExecNotificationRule> GetRulesForJobResponse.getExecNotifRule()
          Gets the value of the execNotifRule property.
 

Methods in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 with parameters of type QuartzExecNotificationRule
 void UpdateRuleRequest.setExecNotifRule(QuartzExecNotificationRule value)
          Sets the value of the execNotifRule property.
 void GetRuleResponse.setExecNotifRule(QuartzExecNotificationRule value)
          Sets the value of the execNotifRule property.
 void AddRuleRequest.setExecNotifRule(QuartzExecNotificationRule value)
          Sets the value of the execNotifRule property.
 GetRulesForTriggerResponse GetRulesForTriggerResponse.withExecNotifRule(QuartzExecNotificationRule... values)
           
 GetRulesForSchedulerResponse GetRulesForSchedulerResponse.withExecNotifRule(QuartzExecNotificationRule... values)
           
 GetRulesForJobResponse GetRulesForJobResponse.withExecNotifRule(QuartzExecNotificationRule... values)
           
 UpdateRuleRequest UpdateRuleRequest.withExecNotifRule(QuartzExecNotificationRule value)
           
 GetRuleResponse GetRuleResponse.withExecNotifRule(QuartzExecNotificationRule value)
           
 AddRuleRequest AddRuleRequest.withExecNotifRule(QuartzExecNotificationRule value)
           
 

Method parameters in com.quartzdesk.service.quartz_exec_notif_rule.v1_0 with type arguments of type QuartzExecNotificationRule
 void GetRulesForTriggerResponse.setExecNotifRule(List<QuartzExecNotificationRule> execNotifRule)
          Sets the value of the execNotifRule property.
 void GetRulesForSchedulerResponse.setExecNotifRule(List<QuartzExecNotificationRule> execNotifRule)
          Sets the value of the execNotifRule property.
 void GetRulesForJobResponse.setExecNotifRule(List<QuartzExecNotificationRule> execNotifRule)
          Sets the value of the execNotifRule property.
 GetRulesForTriggerResponse GetRulesForTriggerResponse.withExecNotifRule(Collection<QuartzExecNotificationRule> values)
           
 GetRulesForSchedulerResponse GetRulesForSchedulerResponse.withExecNotifRule(Collection<QuartzExecNotificationRule> values)
           
 GetRulesForJobResponse GetRulesForJobResponse.withExecNotifRule(Collection<QuartzExecNotificationRule> values)
           
 

Uses of QuartzExecNotificationRule in com.quartzdesk.service.types.v4_0.scheduler.quartz
 

Methods in com.quartzdesk.service.types.v4_0.scheduler.quartz that return QuartzExecNotificationRule
 QuartzExecNotificationRule ObjectFactory.createQuartzExecNotificationRule()
          Create an instance of QuartzExecNotificationRule
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionExecStatus(ExecStatus value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionExpression(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionExpressionCompiled(byte[] value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionExpressionLanguage(ExpressionLanguage value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionMaxDuration(Integer value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionType(ExecNotificationRuleConditionType value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withCreatedAt(Calendar value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withDescription(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabled(Boolean value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabledFromTime(DayTime value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabledOnWeekday(Collection<Weekday> values)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabledOnWeekday(Weekday... values)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withEnabledToTime(DayTime value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withId(Long value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withJobGroupName(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withJobName(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withLastErrorAt(Calendar value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withLastErrorDesc(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageAttachError(Boolean value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageAttachLog(Boolean value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageAttachResult(Boolean value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageAttachUserData(Boolean value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageBodyTemplate(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageChannelProfileId(Long value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageSubjectTemplate(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withMessageToAddr(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withName(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withSchedulerObjectName(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withSeverity(NotificationSeverity value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withTriggerGroupName(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withTriggerName(String value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withUpdatedAt(Calendar value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.