Uses of Interface
com.redwood.scheduler.api.model.JobGroup
-
Packages that use JobGroup Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of JobGroup in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type JobGroup Modifier and Type Field Description static QueryObjectType<JobGroup>
JobGroup. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return JobGroup Modifier and Type Method Description JobGroup
SchedulerSession. createJobGroup()
Return a new instance of JobGroup.JobGroup
Job. getJobGroup()
Get the JobGroup.JobGroup
JobGroupParameter. getJobGroup()
Get the JobGroup.static JobGroup
BusinessKeyLookup. getJobGroupByBusinessKey(SchedulerSession session, String key)
Query an instance ofJobGroup
, based on its business key.JobGroup
BusinessKeyResolver. getJobGroupByKey(BusinessKey key)
Query an instance ofJobGroup
, based on its business key.JobGroup
SchedulerSession. getJobGroupByUniqueId(Long uniqueId)
Get theJobGroup
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type JobGroup Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(JobGroup theJobGroup)
void
ConcreteObjectCallback. handle(JobGroup theJobGroup)
void
Job. setJobGroup(JobGroup newJobGroup)
Set the value for JobGroup.
-