Uses of Interface
com.redwood.scheduler.api.model.SoftwareGroup
-
Packages that use SoftwareGroup Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of SoftwareGroup in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SoftwareGroup Modifier and Type Field Description static QueryObjectType<SoftwareGroup>
SoftwareGroup. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SoftwareGroup Modifier and Type Method Description SoftwareGroup
SchedulerSession. createSoftwareGroup()
Return a new instance of SoftwareGroup.SoftwareGroup
SoftwareItem. getSoftwareGroup()
Get the SoftwareGroup.static SoftwareGroup
BusinessKeyLookup. getSoftwareGroupByBusinessKey(SchedulerSession session, String key)
Query an instance ofSoftwareGroup
, based on its business key.SoftwareGroup
BusinessKeyResolver. getSoftwareGroupByKey(BusinessKey key)
Query an instance ofSoftwareGroup
, based on its business key.SoftwareGroup
SchedulerSession. getSoftwareGroupByName(String name)
Get theSoftwareGroup
by Name.SoftwareGroup
SchedulerSession. getSoftwareGroupByUniqueId(Long uniqueId)
Get theSoftwareGroup
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type SoftwareGroup Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SoftwareGroup theSoftwareGroup)
void
ConcreteObjectCallback. handle(SoftwareGroup theSoftwareGroup)
-