Uses of Interface
com.redwood.scheduler.api.model.SAPLanguage
-
Packages that use SAPLanguage Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPLanguage in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPLanguage Modifier and Type Field Description static QueryObjectType<SAPLanguage>
SAPLanguage. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPLanguage Modifier and Type Method Description SAPLanguage
SAPSystem. createSAPLanguage()
Create a newSAPLanguage
linked to this object.static SAPLanguage
BusinessKeyLookup. getSAPLanguageByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPLanguage
, based on its business key.SAPLanguage
BusinessKeyResolver. getSAPLanguageByKey(BusinessKey key)
Query an instance ofSAPLanguage
, based on its business key.SAPLanguage
SAPSystem. getSAPLanguageBySAPLanguage(String sAPLanguage)
Get the SAPLanguage by SAPLanguageSAPSystem.SAPLanguage
SchedulerSession. getSAPLanguageByUniqueId(Long uniqueId)
Get theSAPLanguage
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPLanguage Modifier and Type Method Description RWIterable<SAPLanguage>
SAPSystem. getSAPLanguages()
Get anRWIterable
over a collection ofSAPLanguages
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type SAPLanguage Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPLanguage theSAPLanguage)
void
ConcreteObjectCallback. handle(SAPLanguage theSAPLanguage)
-
Uses of SAPLanguage in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPLanguage Modifier and Type Method Description Iterator<SAPLanguage>
SAPSystemComp. getSAPLanguages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLanguages()
instead.
-