Uses of Interface
com.redwood.scheduler.api.model.JobParameter
-
Packages that use JobParameter Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of JobParameter in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobParameter Modifier and Type Field Description static QueryObjectType<JobParameter>
JobParameter. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobParameter Modifier and Type Method Description JobParameter
Job. createJobParameter(JobDefinitionParameter newJobDefinitionParameter)
Create a newJobParameter
linked to this object.JobParameter
Job. getJobParameterByName(String parameterName)
Return the JobParameter for the given name.JobParameter
SchedulerSession. getJobParameterByUniqueId(Long uniqueId)
Get theJobParameter
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type JobParameter Modifier and Type Method Description RWIterable<JobParameter>
Job. getJobParameters()
Get anRWIterable
over a collection ofJobParameters
, the collection will be ordered by DisplayOrder.Methods in com.redwood.scheduler.api.model with parameters of type JobParameter Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobParameter theJobParameter)
void
ConcreteObjectCallback. handle(JobParameter theJobParameter)
-
Uses of JobParameter in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type JobParameter Modifier and Type Method Description Iterator<JobParameter>
JobComp. getJobParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobParameters()
instead.
-