Uses of Interface
com.redwood.scheduler.api.model.SAPAbapVariantParameterValue
-
Packages that use SAPAbapVariantParameterValue Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPAbapVariantParameterValue in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPAbapVariantParameterValue Modifier and Type Field Description static QueryObjectType<SAPAbapVariantParameterValue>
SAPAbapVariantParameterValue. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPAbapVariantParameterValue Modifier and Type Method Description SAPAbapVariantParameterValue
SAPAbapVariant. createSAPAbapVariantParameterValue()
Create a newSAPAbapVariantParameterValue
linked to this object.static SAPAbapVariantParameterValue
BusinessKeyLookup. getSAPAbapVariantParameterValueByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPAbapVariantParameterValue
, based on its business key.SAPAbapVariantParameterValue
BusinessKeyResolver. getSAPAbapVariantParameterValueByKey(BusinessKey key)
Query an instance ofSAPAbapVariantParameterValue
, based on its business key.SAPAbapVariantParameterValue
SAPAbapVariant. getSAPAbapVariantParameterValueByName(String name)
Get the SAPAbapVariantParameterValue by NameSAPAbapVariantParameterValue.SAPAbapVariantParameterValue
SchedulerSession. getSAPAbapVariantParameterValueByUniqueId(Long uniqueId)
Get theSAPAbapVariantParameterValue
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPAbapVariantParameterValue Modifier and Type Method Description RWIterable<SAPAbapVariantParameterValue>
SAPAbapVariant. getSAPAbapVariantParameterValues()
Get anRWIterable
over an ordered collection ofSAPAbapVariantParameterValues
.Methods in com.redwood.scheduler.api.model with parameters of type SAPAbapVariantParameterValue Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPAbapVariantParameterValue theSAPAbapVariantParameterValue)
void
ConcreteObjectCallback. handle(SAPAbapVariantParameterValue theSAPAbapVariantParameterValue)
-
Uses of SAPAbapVariantParameterValue in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPAbapVariantParameterValue Modifier and Type Method Description Iterator<SAPAbapVariantParameterValue>
SAPAbapVariantComp. getSAPAbapVariantParameterValues()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapVariant.getSAPAbapVariantParameterValues()
instead.
-