Uses of Interface
com.redwood.scheduler.api.model.SAPAbapVariantSelopt
-
Packages that use SAPAbapVariantSelopt Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPAbapVariantSelopt in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPAbapVariantSelopt Modifier and Type Field Description static QueryObjectType<SAPAbapVariantSelopt>
SAPAbapVariantSelopt. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPAbapVariantSelopt Modifier and Type Method Description SAPAbapVariantSelopt
SAPAbapVariant. createSAPAbapVariantSelopt()
Create a newSAPAbapVariantSelopt
linked to this object.SAPAbapVariantSelopt
SAPAbapVariantSeloptValue. getSAPAbapVariantSelopt()
Get the SAPAbapVariantSelopt.static SAPAbapVariantSelopt
BusinessKeyLookup. getSAPAbapVariantSeloptByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPAbapVariantSelopt
, based on its business key.SAPAbapVariantSelopt
BusinessKeyResolver. getSAPAbapVariantSeloptByKey(BusinessKey key)
Query an instance ofSAPAbapVariantSelopt
, based on its business key.SAPAbapVariantSelopt
SAPAbapVariant. getSAPAbapVariantSeloptByName(String name)
Get the SAPAbapVariantSelopt by NameSAPAbapVariantSelopt.SAPAbapVariantSelopt
SchedulerSession. getSAPAbapVariantSeloptByUniqueId(Long uniqueId)
Get theSAPAbapVariantSelopt
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPAbapVariantSelopt Modifier and Type Method Description RWIterable<SAPAbapVariantSelopt>
SAPAbapVariant. getSAPAbapVariantSelopts()
Get anRWIterable
over an ordered collection ofSAPAbapVariantSelopts
.Methods in com.redwood.scheduler.api.model with parameters of type SAPAbapVariantSelopt Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPAbapVariantSelopt theSAPAbapVariantSelopt)
void
ConcreteObjectCallback. handle(SAPAbapVariantSelopt theSAPAbapVariantSelopt)
-
Uses of SAPAbapVariantSelopt in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPAbapVariantSelopt Modifier and Type Method Description Iterator<SAPAbapVariantSelopt>
SAPAbapVariantComp. getSAPAbapVariantSelopts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapVariant.getSAPAbapVariantSelopts()
instead.
-