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