Uses of Class
com.quartzdesk.service.types.v4_0.scheduler.NotificationRule

Packages that use NotificationRule
com.quartzdesk.service.types.v4_0.scheduler   
com.quartzdesk.service.types.v4_0.scheduler.quartz   
 

Uses of NotificationRule in com.quartzdesk.service.types.v4_0.scheduler
 

Subclasses of NotificationRule in com.quartzdesk.service.types.v4_0.scheduler
 class ExecNotificationRule
          Base type for all notification rules.
 

Methods in com.quartzdesk.service.types.v4_0.scheduler that return NotificationRule
 NotificationRule NotificationRule.withCreatedAt(Calendar value)
           
 NotificationRule NotificationRule.withDescription(String value)
           
 NotificationRule NotificationRule.withEnabled(Boolean value)
           
 NotificationRule NotificationRule.withEnabledFromTime(DayTime value)
           
 NotificationRule NotificationRule.withEnabledOnWeekday(Collection<Weekday> values)
           
 NotificationRule NotificationRule.withEnabledOnWeekday(Weekday... values)
           
 NotificationRule NotificationRule.withEnabledToTime(DayTime value)
           
 NotificationRule NotificationRule.withId(Long value)
           
 NotificationRule NotificationRule.withLastErrorAt(Calendar value)
           
 NotificationRule NotificationRule.withLastErrorDesc(String value)
           
 NotificationRule NotificationRule.withMessageBodyTemplate(String value)
           
 NotificationRule NotificationRule.withMessageChannelProfileId(Long value)
           
 NotificationRule NotificationRule.withMessageSubjectTemplate(String value)
           
 NotificationRule NotificationRule.withMessageToAddr(String value)
           
 NotificationRule NotificationRule.withName(String value)
           
 NotificationRule NotificationRule.withSchedulerObjectName(String value)
           
 NotificationRule NotificationRule.withSeverity(NotificationSeverity value)
           
 NotificationRule NotificationRule.withUpdatedAt(Calendar value)
           
 

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

Subclasses of NotificationRule in com.quartzdesk.service.types.v4_0.scheduler.quartz
 class QuartzExecNotificationRule
          Type that encapsulates Quartz notification rule data.
 



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