|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobChainConditionType | |
|---|---|
| com.quartzdesk.service.types.v5_0.scheduler | |
| com.quartzdesk.service.types.v5_0.scheduler.quartz | |
| Uses of JobChainConditionType in com.quartzdesk.service.types.v5_0.scheduler |
|---|
| Fields in com.quartzdesk.service.types.v5_0.scheduler declared as JobChainConditionType | |
|---|---|
protected JobChainConditionType |
JobChain.conditionType
|
| Methods in com.quartzdesk.service.types.v5_0.scheduler that return JobChainConditionType | |
|---|---|
static JobChainConditionType |
JobChainConditionType.fromValue(String v)
|
JobChainConditionType |
JobChain.getConditionType()
Gets the value of the conditionType property. |
static JobChainConditionType |
JobChainConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobChainConditionType[] |
JobChainConditionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.quartzdesk.service.types.v5_0.scheduler with parameters of type JobChainConditionType | |
|---|---|
void |
JobChain.setConditionType(JobChainConditionType value)
Sets the value of the conditionType property. |
JobChain |
JobChain.withConditionType(JobChainConditionType value)
|
| Uses of JobChainConditionType in com.quartzdesk.service.types.v5_0.scheduler.quartz |
|---|
| Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz with parameters of type JobChainConditionType | |
|---|---|
QuartzJobChain |
QuartzJobChain.withConditionType(JobChainConditionType value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||