Uses of Interface
com.redwood.scheduler.api.model.JobChainStepNode
-
Packages that use JobChainStepNode Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobChainStepNode in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainStepNode Modifier and Type Field Description static QueryObjectType<JobChainStepNode>
JobChainStepNode. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChainStepNode Modifier and Type Method Description JobChainStepNode
JobChainStep. createJobChainStepNode()
Create a newJobChainStepNode
linked to this object.static JobChainStepNode
BusinessKeyLookup. getJobChainStepNodeByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobChainStepNode
, based on its business key.JobChainStepNode
BusinessKeyResolver. getJobChainStepNodeByKey(BusinessKey key)
Query an instance ofJobChainStepNode
, based on its business key.JobChainStepNode
JobChainStep. getJobChainStepNodeBySequenceNumber(Long sequenceNumber)
Get the JobChainStepNode by SequenceNumber.JobChainStepNode
SchedulerSession. getJobChainStepNodeByUniqueId(Long uniqueId)
Get theJobChainStepNode
by UniqueId.JobChainStepNode
JobChainStepDependency. getSourceJobChainStepNode()
Get the SourceJobChainStepNode.JobChainStepNode
JobChainStepDependency. getTargetJobChainStepNode()
Get the TargetJobChainStepNode.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainStepNode Modifier and Type Method Description RWIterable<JobChainStepNode>
JobChainStep. getJobChainStepNodes()
Get anRWIterable
over an ordered collection ofJobChainStepNodes
.Methods in com.redwood.scheduler.api.model with parameters of type JobChainStepNode Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobChainStepNode theJobChainStepNode)
void
ConcreteObjectCallback. handle(JobChainStepNode theJobChainStepNode)
void
JobChainStepDependency. setSourceJobChainStepNode(JobChainStepNode newSourceJobChainStepNode)
Set the value for SourceJobChainStepNode.void
JobChainStepDependency. setTargetJobChainStepNode(JobChainStepNode newTargetJobChainStepNode)
Set the value for TargetJobChainStepNode. -
Uses of JobChainStepNode in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainStepNode Modifier and Type Method Description Iterator<JobChainStepNode>
JobChainStepComp. getJobChainStepNodes()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStep.getJobChainStepNodes()
instead.
-