Uses of Interface
com.redwood.scheduler.api.model.JobChainCall
-
Packages that use JobChainCall Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of JobChainCall in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainCall Modifier and Type Field Description static QueryObjectType<JobChainCall>
JobChainCall. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChainCall Modifier and Type Method Description JobChainCall
JobChainStep. createJobChainCall()
Create a newJobChainCall
linked to this object.JobChainCall
ForecastJob. getJobChainCall()
Get the JobChainCall.JobChainCall
Job. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallJobLock. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallParameter. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallPrecondition. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallProcessMonitorUpdater. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallRaiseEvent. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallSchedulingParameter. getJobChainCall()
Get the JobChainCall.JobChainCall
JobChainCallWaitEvent. getJobChainCall()
Get the JobChainCall.static JobChainCall
BusinessKeyLookup. getJobChainCallByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobChainCall
, based on its business key.JobChainCall
BusinessKeyResolver. getJobChainCallByKey(BusinessKey key)
Query an instance ofJobChainCall
, based on its business key.JobChainCall
JobChainStep. getJobChainCallBySequenceNumber(Long sequenceNumber)
Get the JobChainCall by SequenceNumber.JobChainCall
SchedulerSession. getJobChainCallByUniqueId(Long uniqueId)
Get theJobChainCall
by UniqueId.JobChainCall
JobChainCallInReferenceParameter. getSourceJobChainCall()
Get the SourceJobChainCall.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainCall Modifier and Type Method Description RWIterable<JobChainCall>
JobChainStep. getJobChainCalls()
Get anRWIterable
over a collection ofJobChainCalls
, the collection will be ordered by SequenceNumber.RWIterable<JobChainCall>
JobDefinition. getJobChainCalls()
Get anRWIterable
over an ordered collection ofJobChainCalls
.Methods in com.redwood.scheduler.api.model with parameters of type JobChainCall Modifier and Type Method Description JobChainCallJobLock
JobLock. createJobChainCallJobLock(JobChainCall newJobChainCall)
Create a newJobChainCallJobLock
linked to this object.JobChainCallJobLock
JobLock. getJobChainCallJobLockByJobChainCall(JobChainCall jobChainCall)
Get the JobChainCallJobLock by JobChainCallJobLock.JobChainCallInExpressionParameter
JobDefinitionParameter. getLocalJobChainCallInExpressionParameterByJobChainCall(JobChainCall jobChainCall)
Get the JobChainCallInExpressionParameter by DestinationJobDefinitionParameter.JobChainCallInReferenceParameter
JobDefinitionParameter. getLocalJobChainCallInReferenceParameterByJobChainCall(JobChainCall jobChainCall)
Get the JobChainCallInReferenceParameter by DestinationJobDefinitionParameter.void
AbstractConcreteObjectCallback. handle(JobChainCall theJobChainCall)
void
ConcreteObjectCallback. handle(JobChainCall theJobChainCall)
void
ForecastJob. setJobChainCall(JobChainCall newJobChainCall)
Set the value for JobChainCall.void
JobChainCallInReferenceParameter. setSourceJobChainCall(JobChainCall newSourceJobChainCall)
Set the value for SourceJobChainCall. -
Uses of JobChainCall in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainCall Modifier and Type Method Description Iterator<JobChainCall>
JobChainStepComp. getJobChainCalls()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStep.getJobChainCalls()
instead.Iterator<JobChainCall>
JobDefinitionComp. getJobChainCalls()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobChainCalls()
instead. -
Uses of JobChainCall in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return types with arguments of type JobChainCall Modifier and Type Method Description List<JobChainCall>
ExtensionPointScriptObject. getJobChainCalls()
Return a list of JobChainCalls that make up the path from the last call that points to the JobDefinition of which the JobDefinitionParameter is being edited to the call of the root chain.
-