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. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return JobChainStepNode Modifier and Type Method Description JobChainStepNodeJobChainStep. createJobChainStepNode()Create a newJobChainStepNodelinked to this object.static JobChainStepNodeBusinessKeyLookup. getJobChainStepNodeByBusinessKey(SchedulerSession session, String key)Query an instance ofJobChainStepNode, based on its business key.JobChainStepNodeBusinessKeyResolver. getJobChainStepNodeByKey(BusinessKey key)Query an instance ofJobChainStepNode, based on its business key.JobChainStepNodeJobChainStep. getJobChainStepNodeBySequenceNumber(Long sequenceNumber)Get the JobChainStepNode by SequenceNumber.JobChainStepNodeSchedulerSession. getJobChainStepNodeByUniqueId(Long uniqueId)Get theJobChainStepNodeby UniqueId.JobChainStepNodeJobChainStepDependency. getSourceJobChainStepNode()Get the SourceJobChainStepNode.JobChainStepNodeJobChainStepDependency. 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 anRWIterableover an ordered collection ofJobChainStepNodes.Methods in com.redwood.scheduler.api.model with parameters of type JobChainStepNode Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(JobChainStepNode theJobChainStepNode)voidConcreteObjectCallback. handle(JobChainStepNode theJobChainStepNode)voidJobChainStepDependency. setSourceJobChainStepNode(JobChainStepNode newSourceJobChainStepNode)Set the value for SourceJobChainStepNode.voidJobChainStepDependency. 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.
-