Uses of Class
com.quartzdesk.service.types.v5_0.scheduler.ExecNotificationRule

Packages that use ExecNotificationRule
com.quartzdesk.service.types.v5_0.scheduler   
com.quartzdesk.service.types.v5_0.scheduler.quartz   
 

Uses of ExecNotificationRule in com.quartzdesk.service.types.v5_0.scheduler
 

Methods in com.quartzdesk.service.types.v5_0.scheduler that return ExecNotificationRule
 ExecNotificationRule ExecNotificationRule.withConditionExecStatus(ExecStatus value)
           
 ExecNotificationRule ExecNotificationRule.withConditionExpression(String value)
           
 ExecNotificationRule ExecNotificationRule.withConditionExpressionCompiled(byte[] value)
           
 ExecNotificationRule ExecNotificationRule.withConditionExpressionLanguage(ExpressionLanguage value)
           
 ExecNotificationRule ExecNotificationRule.withConditionMaxDuration(Integer value)
           
 ExecNotificationRule ExecNotificationRule.withConditionType(ExecNotificationRuleConditionType value)
           
 ExecNotificationRule ExecNotificationRule.withCreatedAt(Calendar value)
           
 ExecNotificationRule ExecNotificationRule.withDescription(String value)
           
 ExecNotificationRule ExecNotificationRule.withEnabled(Boolean value)
           
 ExecNotificationRule ExecNotificationRule.withEnabledFromTime(DayTime value)
           
 ExecNotificationRule ExecNotificationRule.withEnabledOnWeekday(Collection<Weekday> values)
           
 ExecNotificationRule ExecNotificationRule.withEnabledOnWeekday(Weekday... values)
           
 ExecNotificationRule ExecNotificationRule.withEnabledToTime(DayTime value)
           
 ExecNotificationRule ExecNotificationRule.withId(Long value)
           
 ExecNotificationRule ExecNotificationRule.withLastErrorAt(Calendar value)
           
 ExecNotificationRule ExecNotificationRule.withLastErrorDesc(String value)
           
 ExecNotificationRule ExecNotificationRule.withMessageAttachError(Boolean value)
           
 ExecNotificationRule ExecNotificationRule.withMessageAttachLog(Boolean value)
           
 ExecNotificationRule ExecNotificationRule.withMessageAttachResult(Boolean value)
           
 ExecNotificationRule ExecNotificationRule.withMessageAttachUserData(Boolean value)
           
 ExecNotificationRule ExecNotificationRule.withMessageBodyTemplate(String value)
           
 ExecNotificationRule ExecNotificationRule.withMessageChannelProfileId(Long value)
           
 ExecNotificationRule ExecNotificationRule.withMessageSubjectTemplate(String value)
           
 ExecNotificationRule ExecNotificationRule.withMessageToAddr(String value)
           
 ExecNotificationRule ExecNotificationRule.withName(String value)
           
 ExecNotificationRule ExecNotificationRule.withSchedulerObjectName(String value)
           
 ExecNotificationRule ExecNotificationRule.withSeverity(NotificationSeverity value)
           
 ExecNotificationRule ExecNotificationRule.withUpdatedAt(Calendar value)
           
 

Uses of ExecNotificationRule in com.quartzdesk.service.types.v5_0.scheduler.quartz
 

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



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