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