Uses of Interface
com.redwood.scheduler.api.model.JobChainCallJobLock
-
Packages that use JobChainCallJobLock Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobChainCallJobLock in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobChainCallJobLock Modifier and Type Field Description static QueryObjectType<JobChainCallJobLock>
JobChainCallJobLock. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobChainCallJobLock Modifier and Type Method Description JobChainCallJobLock
JobChainCall. createJobChainCallJobLock(JobLock newJobLock)
Create a newJobChainCallJobLock
linked to this object.JobChainCallJobLock
JobLock. createJobChainCallJobLock(JobChainCall newJobChainCall)
Create a newJobChainCallJobLock
linked to this object.static JobChainCallJobLock
BusinessKeyLookup. getJobChainCallJobLockByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobChainCallJobLock
, based on its business key.JobChainCallJobLock
JobLock. getJobChainCallJobLockByJobChainCall(JobChainCall jobChainCall)
Get the JobChainCallJobLock by JobChainCallJobLock.JobChainCallJobLock
JobChainCall. getJobChainCallJobLockByJobLock(JobLock jobLock)
Get the JobChainCallJobLock by JobChainCallJobLock.JobChainCallJobLock
BusinessKeyResolver. getJobChainCallJobLockByKey(BusinessKey key)
Query an instance ofJobChainCallJobLock
, based on its business key.JobChainCallJobLock
SchedulerSession. getJobChainCallJobLockByUniqueId(Long uniqueId)
Get theJobChainCallJobLock
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobChainCallJobLock Modifier and Type Method Description RWIterable<JobChainCallJobLock>
JobChainCall. getJobChainCallJobLocks()
Get anRWIterable
over an ordered collection ofJobChainCallJobLocks
.RWIterable<JobChainCallJobLock>
JobLock. getJobChainCallJobLocks()
Get anRWIterable
over an ordered collection ofJobChainCallJobLocks
.Methods in com.redwood.scheduler.api.model with parameters of type JobChainCallJobLock Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobChainCallJobLock theJobChainCallJobLock)
void
ConcreteObjectCallback. handle(JobChainCallJobLock theJobChainCallJobLock)
-
Uses of JobChainCallJobLock in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobChainCallJobLock Modifier and Type Method Description Iterator<JobChainCallJobLock>
JobChainCallComp. getJobChainCallJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallJobLocks()
instead.Iterator<JobChainCallJobLock>
JobLockComp. getJobChainCallJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobLock.getJobChainCallJobLocks()
instead.
-