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