Uses of Interface
com.redwood.scheduler.api.model.SAPAbapVariant
-
Packages that use SAPAbapVariant Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPAbapVariant in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPAbapVariant Modifier and Type Field Description static QueryObjectType<SAPAbapVariant>
SAPAbapVariant. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPAbapVariant Modifier and Type Method Description SAPAbapVariant
SAPAbapProgram. createSAPAbapVariant()
Create a newSAPAbapVariant
linked to this object.SAPAbapVariant
SAPAbapVariantParameter. getSAPAbapVariant()
Get the SAPAbapVariant.SAPAbapVariant
SAPAbapVariantParameterValue. getSAPAbapVariant()
Get the SAPAbapVariant.SAPAbapVariant
SAPAbapVariantSelopt. getSAPAbapVariant()
Get the SAPAbapVariant.static SAPAbapVariant
BusinessKeyLookup. getSAPAbapVariantByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPAbapVariant
, based on its business key.SAPAbapVariant
BusinessKeyResolver. getSAPAbapVariantByKey(BusinessKey key)
Query an instance ofSAPAbapVariant
, based on its business key.SAPAbapVariant
SAPAbapProgram. getSAPAbapVariantByNameClientNumber(String name, String clientNumber)
Get the SAPAbapVariant by NameSAPAbap.SAPAbapVariant
SchedulerSession. getSAPAbapVariantByUniqueId(Long uniqueId)
Get theSAPAbapVariant
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPAbapVariant Modifier and Type Method Description RWIterable<SAPAbapVariant>
SAPAbapProgram. getSAPAbapVariants()
Get anRWIterable
over an ordered collection ofSAPAbapVariants
.Methods in com.redwood.scheduler.api.model with parameters of type SAPAbapVariant Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPAbapVariant theSAPAbapVariant)
void
ConcreteObjectCallback. handle(SAPAbapVariant theSAPAbapVariant)
-
Uses of SAPAbapVariant in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPAbapVariant Modifier and Type Method Description Iterator<SAPAbapVariant>
SAPAbapProgramComp. getSAPAbapVariants()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapProgram.getSAPAbapVariants()
instead.
-