|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.scheduler.NotificationRule
com.quartzdesk.service.types.v5_0.scheduler.ExecNotificationRule
com.quartzdesk.service.types.v5_0.scheduler.quartz.QuartzExecNotificationRule
public class QuartzExecNotificationRule
Type that encapsulates Quartz notification rule data.
Java class for QuartzExecNotificationRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzExecNotificationRule">
<complexContent>
<extension base="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecNotificationRule">
<sequence>
<element name="jobGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="triggerGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="triggerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
jobGroupName
|
protected String |
jobName
|
protected String |
triggerGroupName
|
protected String |
triggerName
|
| Fields inherited from class com.quartzdesk.service.types.v5_0.scheduler.ExecNotificationRule |
|---|
conditionExecStatus, conditionExpression, conditionExpressionCompiled, conditionExpressionLanguage, conditionMaxDuration, conditionType, messageAttachError, messageAttachLog, messageAttachResult, messageAttachUserData |
| Fields inherited from class com.quartzdesk.service.types.v5_0.scheduler.NotificationRule |
|---|
createdAt, description, enabled, enabledFromTime, enabledOnWeekday, enabledToTime, id, lastErrorAt, lastErrorDesc, messageBodyTemplate, messageChannelProfileId, messageSubjectTemplate, messageToAddr, name, schedulerObjectName, severity, updatedAt |
| Constructor Summary | |
|---|---|
QuartzExecNotificationRule()
|
|
| Methods inherited from class com.quartzdesk.service.types.v5_0.scheduler.NotificationRule |
|---|
getCreatedAt, getDescription, getEnabled, getEnabledFromTime, getEnabledOnWeekday, getEnabledToTime, getId, getLastErrorAt, getLastErrorDesc, getMessageBodyTemplate, getMessageChannelProfileId, getMessageSubjectTemplate, getMessageToAddr, getName, getSchedulerObjectName, getSeverity, getUpdatedAt, isEnabled, setCreatedAt, setDescription, setEnabled, setEnabledFromTime, setEnabledOnWeekday, setEnabledToTime, setId, setLastErrorAt, setLastErrorDesc, setMessageBodyTemplate, setMessageChannelProfileId, setMessageSubjectTemplate, setMessageToAddr, setName, setSchedulerObjectName, setSeverity, setUpdatedAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String jobGroupName
protected String jobName
protected String triggerGroupName
protected String triggerName
| Constructor Detail |
|---|
public QuartzExecNotificationRule()
| Method Detail |
|---|
public String getJobGroupName()
Stringpublic void setJobGroupName(String value)
value - allowed object is
Stringpublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic String getTriggerGroupName()
Stringpublic void setTriggerGroupName(String value)
value - allowed object is
Stringpublic String getTriggerName()
Stringpublic void setTriggerName(String value)
value - allowed object is
Stringpublic QuartzExecNotificationRule withJobGroupName(String value)
public QuartzExecNotificationRule withJobName(String value)
public QuartzExecNotificationRule withTriggerGroupName(String value)
public QuartzExecNotificationRule withTriggerName(String value)
public QuartzExecNotificationRule withConditionType(ExecNotificationRuleConditionType value)
withConditionType in class ExecNotificationRulepublic QuartzExecNotificationRule withConditionExecStatus(ExecStatus value)
withConditionExecStatus in class ExecNotificationRulepublic QuartzExecNotificationRule withConditionMaxDuration(Integer value)
withConditionMaxDuration in class ExecNotificationRulepublic QuartzExecNotificationRule withConditionExpressionLanguage(ExpressionLanguage value)
withConditionExpressionLanguage in class ExecNotificationRulepublic QuartzExecNotificationRule withConditionExpression(String value)
withConditionExpression in class ExecNotificationRulepublic QuartzExecNotificationRule withConditionExpressionCompiled(byte[] value)
withConditionExpressionCompiled in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageAttachLog(Boolean value)
withMessageAttachLog in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageAttachError(Boolean value)
withMessageAttachError in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageAttachResult(Boolean value)
withMessageAttachResult in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageAttachUserData(Boolean value)
withMessageAttachUserData in class ExecNotificationRulepublic QuartzExecNotificationRule withId(Long value)
withId in class ExecNotificationRulepublic QuartzExecNotificationRule withCreatedAt(Calendar value)
withCreatedAt in class ExecNotificationRulepublic QuartzExecNotificationRule withUpdatedAt(Calendar value)
withUpdatedAt in class ExecNotificationRulepublic QuartzExecNotificationRule withName(String value)
withName in class ExecNotificationRulepublic QuartzExecNotificationRule withDescription(String value)
withDescription in class ExecNotificationRulepublic QuartzExecNotificationRule withSeverity(NotificationSeverity value)
withSeverity in class ExecNotificationRulepublic QuartzExecNotificationRule withEnabled(Boolean value)
withEnabled in class ExecNotificationRulepublic QuartzExecNotificationRule withEnabledOnWeekday(Weekday... values)
withEnabledOnWeekday in class ExecNotificationRulepublic QuartzExecNotificationRule withEnabledOnWeekday(Collection<Weekday> values)
withEnabledOnWeekday in class ExecNotificationRulepublic QuartzExecNotificationRule withEnabledFromTime(DayTime value)
withEnabledFromTime in class ExecNotificationRulepublic QuartzExecNotificationRule withEnabledToTime(DayTime value)
withEnabledToTime in class ExecNotificationRulepublic QuartzExecNotificationRule withSchedulerObjectName(String value)
withSchedulerObjectName in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageChannelProfileId(Long value)
withMessageChannelProfileId in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageToAddr(String value)
withMessageToAddr in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageSubjectTemplate(String value)
withMessageSubjectTemplate in class ExecNotificationRulepublic QuartzExecNotificationRule withMessageBodyTemplate(String value)
withMessageBodyTemplate in class ExecNotificationRulepublic QuartzExecNotificationRule withLastErrorDesc(String value)
withLastErrorDesc in class ExecNotificationRulepublic QuartzExecNotificationRule withLastErrorAt(Calendar value)
withLastErrorAt in class ExecNotificationRule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||