Uses of Interface
com.redwood.scheduler.api.model.JobChainStatusHandler
-
Packages that use JobChainStatusHandler Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobChainStatusHandler in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainStatusHandler Modifier and Type Field Description static QueryObjectType<JobChainStatusHandler>
JobChainStatusHandler. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChainStatusHandler Modifier and Type Method Description JobChainStatusHandler
JobChain. createDefaultJobChainStatusHandler()
Create a newDefaultJobChainStatusHandler
linked to this object.JobChainStatusHandler
JobChain. getDefaultJobChainStatusHandlerByStatus(JobStatus status)
Get the JobChainStatusHandler by JobChainStatusHandler.JobChainStatusHandler
SchedulerSession. getJobChainStatusHandlerByUniqueId(Long uniqueId)
Get theJobChainStatusHandler
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainStatusHandler Modifier and Type Method Description RWIterable<JobChainStatusHandler>
JobChain. getDefaultJobChainStatusHandlers()
Get anRWIterable
over a collection ofDefaultJobChainStatusHandlers
, the collection will be ordered by SequenceNumber.Methods in com.redwood.scheduler.api.model with parameters of type JobChainStatusHandler Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobChainStatusHandler theJobChainStatusHandler)
void
ConcreteObjectCallback. handle(JobChainStatusHandler theJobChainStatusHandler)
-
Uses of JobChainStatusHandler in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainStatusHandler Modifier and Type Method Description Iterator<JobChainStatusHandler>
JobChainComp. getDefaultJobChainStatusHandlers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChain.getDefaultJobChainStatusHandlers()
instead.
-