Uses of Interface
com.redwood.scheduler.api.model.SAPRecipient
-
Packages that use SAPRecipient Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPRecipient in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPRecipient Modifier and Type Field Description static QueryObjectType<SAPRecipient>
SAPRecipient. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPRecipient Modifier and Type Method Description SAPRecipient
SAPSystem. createSAPRecipient()
Create a newSAPRecipient
linked to this object.static SAPRecipient
BusinessKeyLookup. getSAPRecipientByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPRecipient
, based on its business key.SAPRecipient
BusinessKeyResolver. getSAPRecipientByKey(BusinessKey key)
Query an instance ofSAPRecipient
, based on its business key.SAPRecipient
SAPSystem. getSAPRecipientByNameTypeClientNumber(String name, SAPRecipientType type, String clientNumber)
Get the SAPRecipient by NameSAPSystem.SAPRecipient
SAPSystem. getSAPRecipientBySearchNameTypeClientNumber(String searchName, SAPRecipientType type, String clientNumber)
Get the SAPRecipient by SearchNameSAPSystem.SAPRecipient
SchedulerSession. getSAPRecipientByUniqueId(Long uniqueId)
Get theSAPRecipient
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPRecipient Modifier and Type Method Description RWIterable<SAPRecipient>
SAPSystem. getSAPRecipients()
Get anRWIterable
over an ordered collection ofSAPRecipients
.Methods in com.redwood.scheduler.api.model with parameters of type SAPRecipient Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPRecipient theSAPRecipient)
void
ConcreteObjectCallback. handle(SAPRecipient theSAPRecipient)
-
Uses of SAPRecipient in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPRecipient Modifier and Type Method Description Iterator<SAPRecipient>
SAPSystemComp. getSAPRecipients()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPRecipients()
instead.
-