Uses of Interface
com.redwood.scheduler.api.model.JobChainStep
-
Packages that use JobChainStep Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobChainStep in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainStep Modifier and Type Field Description static QueryObjectType<JobChainStep>
JobChainStep. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChainStep Modifier and Type Method Description JobChainStep
JobChain. createJobChainStep()
Create a newJobChainStep
linked to this object.JobChainStep
StatusHandler. getGotoStepJobChainStep()
Get the GotoStepJobChainStep.JobChainStep
ForecastJob. getJobChainStep()
Get the JobChainStep.JobChainStep
Job. getJobChainStep()
Get the JobChainStep.JobChainStep
JobChainCall. getJobChainStep()
Get the JobChainStep.JobChainStep
JobChainStepPrecondition. getJobChainStep()
Get the JobChainStep.JobChainStep
JobChainStepStatusHandler. getJobChainStep()
Get the JobChainStep.static JobChainStep
BusinessKeyLookup. getJobChainStepByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobChainStep
, based on its business key.JobChainStep
BusinessKeyResolver. getJobChainStepByKey(BusinessKey key)
Query an instance ofJobChainStep
, based on its business key.JobChainStep
JobChain. getJobChainStepByName(String name)
Get the JobChainStep by NameJobChain.JobChainStep
JobChain. getJobChainStepBySequenceNumber(Long sequenceNumber)
Get the JobChainStep by SequenceNumberJobChain.JobChainStep
SchedulerSession. getJobChainStepByUniqueId(Long uniqueId)
Get theJobChainStep
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainStep Modifier and Type Method Description RWIterable<JobChainStep>
JobChain. getJobChainSteps()
Get anRWIterable
over a collection ofJobChainSteps
, the collection will be ordered by SequenceNumber.Methods in com.redwood.scheduler.api.model with parameters of type JobChainStep Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobChainStep theJobChainStep)
void
ConcreteObjectCallback. handle(JobChainStep theJobChainStep)
void
StatusHandler. setGotoStepJobChainStep(JobChainStep newGotoStepJobChainStep)
Set the value for GotoStepJobChainStep.void
ForecastJob. setJobChainStep(JobChainStep newJobChainStep)
Set the value for JobChainStep. -
Uses of JobChainStep in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainStep Modifier and Type Method Description Iterator<JobChainStep>
JobChainComp. getJobChainSteps()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChain.getJobChainSteps()
instead.
-