Uses of Interface
com.redwood.scheduler.api.model.SAPNWCallbackVariant
-
Packages that use SAPNWCallbackVariant Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPNWCallbackVariant in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPNWCallbackVariant Modifier and Type Field Description static QueryObjectType<SAPNWCallbackVariant>
SAPNWCallbackVariant. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPNWCallbackVariant Modifier and Type Method Description SAPNWCallbackVariant
SAPBAEConnector. createSAPNWCallbackVariant()
Create a newSAPNWCallbackVariant
linked to this object.SAPNWCallbackVariant
Job. getSAPNWCallbackVariant()
Get the SAPNWCallbackVariant.SAPNWCallbackVariant
SAPNWCallbackVariantDetail. getSAPNWCallbackVariant()
Get the SAPNWCallbackVariant.static SAPNWCallbackVariant
BusinessKeyLookup. getSAPNWCallbackVariantByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPNWCallbackVariant
, based on its business key.SAPNWCallbackVariant
BusinessKeyResolver. getSAPNWCallbackVariantByKey(BusinessKey key)
Query an instance ofSAPNWCallbackVariant
, based on its business key.SAPNWCallbackVariant
SAPBAEConnector. getSAPNWCallbackVariantByName(String name)
Get the SAPNWCallbackVariant by NameSAPSystem.SAPNWCallbackVariant
SAPBAEConnector. getSAPNWCallbackVariantBySearchName(String searchName)
Get the SAPNWCallbackVariant by SearchNameSAPSystem.SAPNWCallbackVariant
SchedulerSession. getSAPNWCallbackVariantByUniqueId(Long uniqueId)
Get theSAPNWCallbackVariant
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPNWCallbackVariant Modifier and Type Method Description RWIterable<SAPNWCallbackVariant>
SAPBAEConnector. getSAPNWCallbackVariants()
Get anRWIterable
over an ordered collection ofSAPNWCallbackVariants
.Methods in com.redwood.scheduler.api.model with parameters of type SAPNWCallbackVariant Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPNWCallbackVariant theSAPNWCallbackVariant)
void
ConcreteObjectCallback. handle(SAPNWCallbackVariant theSAPNWCallbackVariant)
void
Job. setSAPNWCallbackVariant(SAPNWCallbackVariant newSAPNWCallbackVariant)
Set the value for SAPNWCallbackVariant. -
Uses of SAPNWCallbackVariant in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPNWCallbackVariant Modifier and Type Method Description Iterator<SAPNWCallbackVariant>
SAPBAEConnectorComp. getSAPNWCallbackVariants()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPBAEConnector.getSAPNWCallbackVariants()
instead.
-