Uses of Interface
com.redwood.scheduler.api.model.JobChainCallInReferenceParameter
-
Packages that use JobChainCallInReferenceParameter Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobChainCallInReferenceParameter in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainCallInReferenceParameter Modifier and Type Field Description static QueryObjectType<JobChainCallInReferenceParameter>
JobChainCallInReferenceParameter. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChainCallInReferenceParameter Modifier and Type Method Description JobChainCallInReferenceParameter
JobChainCall. createJobChainCallInReferenceParameter()
Create a newJobChainCallInReferenceParameter
linked to this object.JobChainCallInReferenceParameter
JobChainCall. getJobChainCallInReferenceParameterByLocalJobDefinitionParameter(JobDefinitionParameter localJobDefinitionParameter)
Get the JobChainCallInReferenceParameter by DestinationJobDefinitionParameter.JobChainCallInReferenceParameter
SchedulerSession. getJobChainCallInReferenceParameterByUniqueId(Long uniqueId)
Get theJobChainCallInReferenceParameter
by UniqueId.JobChainCallInReferenceParameter
JobDefinitionParameter. getLocalJobChainCallInReferenceParameterByJobChainCall(JobChainCall jobChainCall)
Get the JobChainCallInReferenceParameter by DestinationJobDefinitionParameter.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainCallInReferenceParameter Modifier and Type Method Description RWIterable<JobChainCallInReferenceParameter>
JobChainCall. getJobChainCallInReferenceParameters()
Get anRWIterable
over an ordered collection ofJobChainCallInReferenceParameters
.RWIterable<JobChainCallInReferenceParameter>
JobDefinitionParameter. getLocalJobChainCallInReferenceParameters()
Get anRWIterable
over an ordered collection ofLocalJobChainCallInReferenceParameters
.RWIterable<JobChainCallInReferenceParameter>
JobDefinitionParameter. getTargetJobChainCallInReferenceParameters()
Get anRWIterable
over an ordered collection ofTargetJobChainCallInReferenceParameters
.Methods in com.redwood.scheduler.api.model with parameters of type JobChainCallInReferenceParameter Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobChainCallInReferenceParameter theJobChainCallInReferenceParameter)
void
ConcreteObjectCallback. handle(JobChainCallInReferenceParameter theJobChainCallInReferenceParameter)
-
Uses of JobChainCallInReferenceParameter in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainCallInReferenceParameter Modifier and Type Method Description Iterator<JobChainCallInReferenceParameter>
JobChainCallComp. getJobChainCallInReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInReferenceParameters()
instead.Iterator<JobChainCallInReferenceParameter>
JobDefinitionParameterComp. getLocalJobChainCallInReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getLocalJobChainCallInReferenceParameters()
instead.Iterator<JobChainCallInReferenceParameter>
JobDefinitionParameterComp. getTargetJobChainCallInReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getTargetJobChainCallInReferenceParameters()
instead.
-