|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.scheduler.JobChain
com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzJobChain
public class QuartzJobChain
Type that encapsulates Quartz notification rule data.
Java class for QuartzJobChain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuartzJobChain">
<complexContent>
<extension base="{http://service.quartzdesk.com/types/v4_0/scheduler}JobChain">
<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"/>
<element name="target" type="{http://service.quartzdesk.com/types/v4_0/scheduler/quartz}QuartzJobChainTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
jobGroupName
|
protected String |
jobName
|
protected List<QuartzJobChainTarget> |
target
|
protected String |
triggerGroupName
|
protected String |
triggerName
|
| Fields inherited from class com.quartzdesk.service.types.v4_0.scheduler.JobChain |
|---|
conditionExecStatus, conditionExpression, conditionExpressionLanguage, conditionMaxDuration, conditionType, createdAt, description, enabled, enabledFromTime, enabledOnWeekday, enabledToTime, id, name, schedulerObjectName, updatedAt |
| Constructor Summary | |
|---|---|
QuartzJobChain()
|
|
| Methods inherited from class com.quartzdesk.service.types.v4_0.scheduler.JobChain |
|---|
getConditionExecStatus, getConditionExpression, getConditionExpressionLanguage, getConditionMaxDuration, getConditionType, getCreatedAt, getDescription, getEnabled, getEnabledFromTime, getEnabledOnWeekday, getEnabledToTime, getId, getName, getSchedulerObjectName, getUpdatedAt, isEnabled, setConditionExecStatus, setConditionExpression, setConditionExpressionLanguage, setConditionMaxDuration, setConditionType, setCreatedAt, setDescription, setEnabled, setEnabledFromTime, setEnabledOnWeekday, setEnabledToTime, setId, setName, setSchedulerObjectName, 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
protected List<QuartzJobChainTarget> target
| Constructor Detail |
|---|
public QuartzJobChain()
| 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 List<QuartzJobChainTarget> getTarget()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
QuartzJobChainTarget
public QuartzJobChain withJobGroupName(String value)
public QuartzJobChain withJobName(String value)
public QuartzJobChain withTriggerGroupName(String value)
public QuartzJobChain withTriggerName(String value)
public QuartzJobChain withTarget(QuartzJobChainTarget... values)
public QuartzJobChain withTarget(Collection<QuartzJobChainTarget> values)
public QuartzJobChain withId(Long value)
withId in class JobChainpublic QuartzJobChain withCreatedAt(Calendar value)
withCreatedAt in class JobChainpublic QuartzJobChain withUpdatedAt(Calendar value)
withUpdatedAt in class JobChainpublic QuartzJobChain withName(String value)
withName in class JobChainpublic QuartzJobChain withDescription(String value)
withDescription in class JobChainpublic QuartzJobChain withEnabled(Boolean value)
withEnabled in class JobChainpublic QuartzJobChain withEnabledOnWeekday(Weekday... values)
withEnabledOnWeekday in class JobChainpublic QuartzJobChain withEnabledOnWeekday(Collection<Weekday> values)
withEnabledOnWeekday in class JobChainpublic QuartzJobChain withEnabledFromTime(DayTime value)
withEnabledFromTime in class JobChainpublic QuartzJobChain withEnabledToTime(DayTime value)
withEnabledToTime in class JobChainpublic QuartzJobChain withSchedulerObjectName(String value)
withSchedulerObjectName in class JobChainpublic QuartzJobChain withConditionType(JobChainConditionType value)
withConditionType in class JobChainpublic QuartzJobChain withConditionExecStatus(ExecStatus value)
withConditionExecStatus in class JobChainpublic QuartzJobChain withConditionMaxDuration(Integer value)
withConditionMaxDuration in class JobChainpublic QuartzJobChain withConditionExpressionLanguage(ExpressionLanguage value)
withConditionExpressionLanguage in class JobChainpublic QuartzJobChain withConditionExpression(String value)
withConditionExpression in class JobChainpublic void setTarget(List<QuartzJobChainTarget> target)
target - allowed object is
QuartzJobChainTarget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||