Uses of Interface
com.redwood.scheduler.api.model.SAPInfoPackageGroup
-
Packages that use SAPInfoPackageGroup Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPInfoPackageGroup in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPInfoPackageGroup Modifier and Type Field Description static QueryObjectType<SAPInfoPackageGroup>
SAPInfoPackageGroup. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPInfoPackageGroup Modifier and Type Method Description SAPInfoPackageGroup
SAPSystem. createSAPInfoPackageGroup()
Create a newSAPInfoPackageGroup
linked to this object.SAPInfoPackageGroup
SAPInfoPackageGroupStep. getSAPInfoPackageGroup()
Get the SAPInfoPackageGroup.static SAPInfoPackageGroup
BusinessKeyLookup. getSAPInfoPackageGroupByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPInfoPackageGroup
, based on its business key.SAPInfoPackageGroup
BusinessKeyResolver. getSAPInfoPackageGroupByKey(BusinessKey key)
Query an instance ofSAPInfoPackageGroup
, based on its business key.SAPInfoPackageGroup
SAPSystem. getSAPInfoPackageGroupByName(String name)
Get the SAPInfoPackageGroup by NameSAPSystem.SAPInfoPackageGroup
SchedulerSession. getSAPInfoPackageGroupByUniqueId(Long uniqueId)
Get theSAPInfoPackageGroup
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPInfoPackageGroup Modifier and Type Method Description RWIterable<SAPInfoPackageGroup>
SAPSystem. getSAPInfoPackageGroups()
Get anRWIterable
over an ordered collection ofSAPInfoPackageGroups
.Methods in com.redwood.scheduler.api.model with parameters of type SAPInfoPackageGroup Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPInfoPackageGroup theSAPInfoPackageGroup)
void
ConcreteObjectCallback. handle(SAPInfoPackageGroup theSAPInfoPackageGroup)
-
Uses of SAPInfoPackageGroup in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPInfoPackageGroup Modifier and Type Method Description Iterator<SAPInfoPackageGroup>
SAPSystemComp. getSAPInfoPackageGroups()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackageGroups()
instead.
-