Uses of Interface
com.redwood.scheduler.api.model.SAPApplicationServer
-
Packages that use SAPApplicationServer Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPApplicationServer in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPApplicationServer Modifier and Type Field Description static QueryObjectType<SAPApplicationServer>
SAPApplicationServer. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPApplicationServer Modifier and Type Method Description SAPApplicationServer
SAPSystem. createSAPApplicationServer()
Create a newSAPApplicationServer
linked to this object.SAPApplicationServer
SAPXBPJobControlRule. getDefaultSAPApplicationServer()
Get the DefaultSAPApplicationServer.SAPApplicationServer
SAPApplicationServerLoadFactor. getSAPApplicationServer()
Get the SAPApplicationServer.SAPApplicationServer
SAPApplicationServerProvider. getSAPApplicationServer()
Get the SAPApplicationServer.static SAPApplicationServer
BusinessKeyLookup. getSAPApplicationServerByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPApplicationServer
, based on its business key.SAPApplicationServer
BusinessKeyResolver. getSAPApplicationServerByKey(BusinessKey key)
Query an instance ofSAPApplicationServer
, based on its business key.SAPApplicationServer
SAPSystem. getSAPApplicationServerByName(String name)
Get the SAPApplicationServer by NameSAPSystem.SAPApplicationServer
SchedulerSession. getSAPApplicationServerByUniqueId(Long uniqueId)
Get theSAPApplicationServer
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPApplicationServer Modifier and Type Method Description RWIterable<SAPApplicationServer>
SAPSystem. getSAPApplicationServers()
Get anRWIterable
over an ordered collection ofSAPApplicationServers
.Methods in com.redwood.scheduler.api.model with parameters of type SAPApplicationServer Modifier and Type Method Description SAPApplicationServerProvider
SAPApplicationServerGroup. createSAPApplicationServerProvider(SAPApplicationServer newSAPApplicationServer)
Create a newSAPApplicationServerProvider
linked to this object.SAPApplicationServerProvider
SAPApplicationServerGroup. getSAPApplicationServerProviderBySAPApplicationServer(SAPApplicationServer sAPApplicationServer)
Get the SAPApplicationServerProvider by SAPAppSrvProvider.void
AbstractConcreteObjectCallback. handle(SAPApplicationServer theSAPApplicationServer)
void
ConcreteObjectCallback. handle(SAPApplicationServer theSAPApplicationServer)
void
SAPXBPJobControlRule. setDefaultSAPApplicationServer(SAPApplicationServer newDefaultSAPApplicationServer)
Set the value for DefaultSAPApplicationServer. -
Uses of SAPApplicationServer in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPApplicationServer Modifier and Type Method Description Iterator<SAPApplicationServer>
SAPSystemComp. getSAPApplicationServers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServers()
instead.
-