Uses of Interface
com.redwood.scheduler.api.model.JobChainStepDependency
-
Packages that use JobChainStepDependency Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobChainStepDependency in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainStepDependency Modifier and Type Field Description static QueryObjectType<JobChainStepDependency>JobChainStepDependency. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return JobChainStepDependency Modifier and Type Method Description JobChainStepDependencyJobChainStep. createJobChainStepDependency()Create a newJobChainStepDependencylinked to this object.JobChainStepDependencySchedulerSession. getJobChainStepDependencyByUniqueId(Long uniqueId)Get theJobChainStepDependencyby UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainStepDependency Modifier and Type Method Description RWIterable<JobChainStepDependency>JobChainStepNode. getInJobChainStepDependencies()Get anRWIterableover an ordered collection ofInJobChainStepDependencies.RWIterable<JobChainStepDependency>JobChainStep. getJobChainStepDependencies()Get anRWIterableover an ordered collection ofJobChainStepDependencies.RWIterable<JobChainStepDependency>JobChainStepNode. getOutJobChainStepDependencies()Get anRWIterableover an ordered collection ofOutJobChainStepDependencies.Methods in com.redwood.scheduler.api.model with parameters of type JobChainStepDependency Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(JobChainStepDependency theJobChainStepDependency)voidConcreteObjectCallback. handle(JobChainStepDependency theJobChainStepDependency) -
Uses of JobChainStepDependency in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainStepDependency Modifier and Type Method Description Iterator<JobChainStepDependency>JobChainStepNodeComp. getInJobChainStepDependencies()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStepNode.getInJobChainStepDependencies()instead.Iterator<JobChainStepDependency>JobChainStepComp. getJobChainStepDependencies()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStep.getJobChainStepDependencies()instead.Iterator<JobChainStepDependency>JobChainStepNodeComp. getOutJobChainStepDependencies()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStepNode.getOutJobChainStepDependencies()instead.
-