Uses of Interface
com.redwood.scheduler.api.model.SoftwareItem
-
Packages that use SoftwareItem Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SoftwareItem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SoftwareItem Modifier and Type Field Description static QueryObjectType<SoftwareItem>
SoftwareItem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SoftwareItem Modifier and Type Method Description SoftwareItem
SoftwareGroup. createSoftwareItem()
Create a newSoftwareItem
linked to this object.static SoftwareItem
BusinessKeyLookup. getSoftwareItemByBusinessKey(SchedulerSession session, String key)
Query an instance ofSoftwareItem
, based on its business key.SoftwareItem
BusinessKeyResolver. getSoftwareItemByKey(BusinessKey key)
Query an instance ofSoftwareItem
, based on its business key.SoftwareItem
SchedulerSession. getSoftwareItemByName(String name)
Get theSoftwareItem
by Name.SoftwareItem
SchedulerSession. getSoftwareItemByUniqueId(Long uniqueId)
Get theSoftwareItem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SoftwareItem Modifier and Type Method Description RWIterable<SoftwareItem>
SoftwareGroup. getSoftwareItems()
Get anRWIterable
over a collection ofSoftwareItems
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type SoftwareItem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SoftwareItem theSoftwareItem)
void
ConcreteObjectCallback. handle(SoftwareItem theSoftwareItem)
-
Uses of SoftwareItem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SoftwareItem Modifier and Type Method Description Iterator<SoftwareItem>
SoftwareGroupComp. getSoftwareItems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSoftwareGroup.getSoftwareItems()
instead.
-