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