Uses of Interface
com.redwood.scheduler.api.model.JobChain
-
Packages that use JobChain Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of JobChain in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChain Modifier and Type Field Description static QueryObjectType<JobChain>
JobChain. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChain Modifier and Type Method Description JobChain
SchedulerSession. createJobChain()
Return a new instance of JobChain.JobChain
JobChainStatusHandler. getJobChain()
Get the JobChain.JobChain
JobChainStep. getJobChain()
Get the JobChain.static JobChain
BusinessKeyLookup. getJobChainByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobChain
, based on its business key.JobChain
SchedulerSession. getJobChainByJobDefinition(JobDefinition jobDefinition)
Get theJobChain
by JobDefinition.JobChain
BusinessKeyResolver. getJobChainByKey(BusinessKey key)
Query an instance ofJobChain
, based on its business key.JobChain
SchedulerSession. getJobChainByUniqueId(Long uniqueId)
Get theJobChain
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type JobChain Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobChain theJobChain)
void
ConcreteObjectCallback. handle(JobChain theJobChain)
-