Uses of Interface
com.redwood.scheduler.api.model.SAPSystem
-
Packages that use SAPSystem Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interfacecom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPSystem in com.redwood.scheduler.api.connector.sap.rfc.scripting
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return SAPSystem Modifier and Type Method Description static SAPSystem
RfcConnectionManager. getSapSystem(SchedulerSession session, String sapSystemName)
Fetches theSAPSystem
with the given businessKey.Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting with parameters of type SAPSystem Modifier and Type Method Description static SAPXBP
RfcConnectionManager. getXBPClient(SAPSystem sapSystem, String clientNumber)
Returns theSAPXBP
client for the given SAP system and client numberConstructors in com.redwood.scheduler.api.connector.sap.rfc.scripting with parameters of type SAPSystem Constructor Description RfcConnectionManager(SAPSystem sapSystem)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber, Credential credential)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber, String language)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber, String language, Credential credential)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber, String user, String password)
Create an RFC connection manager for the given SAP system.RfcConnectionManager(SAPSystem sapSystem, String clientNumber, String user, String password, String language)
Create an RFC connection manager for the given SAP system. -
Uses of SAPSystem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPSystem Modifier and Type Field Description static QueryObjectType<SAPSystem>
SAPSystem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPSystem Modifier and Type Method Description SAPSystem
SchedulerSession. createSAPSystem()
Return a new instance of SAPSystem.SAPSystem
SAPAbapProgram. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPApplicationServer. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPApplicationServerGroup. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPArchiveObject. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPBatchEvent. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPCalendar. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPExternalCommand. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPInfoPackage. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPInfoPackageGroup. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPJ2EEClient. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPLanguage. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPLogError. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPMassActivity. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPOutputDevice. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPPIChannel. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPProcessChain. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPRecipient. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPXAL. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPXBP. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPXBPEventRule. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPXBPJobControlRule. getSAPSystem()
Get the SAPSystem.SAPSystem
SAPXMW. getSAPSystem()
Get the SAPSystem.static SAPSystem
BusinessKeyLookup. getSAPSystemByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPSystem
, based on its business key.SAPSystem
BusinessKeyResolver. getSAPSystemByKey(BusinessKey key)
Query an instance ofSAPSystem
, based on its business key.SAPSystem
Partition. getSAPSystemByName(String name)
Get the SAPSystem by Name.SAPSystem
SchedulerSession. getSAPSystemByName(Partition partition, String name)
Get theSAPSystem
by Name.SAPSystem
SchedulerSession. getSAPSystemByName(String name)
Get theSAPSystem
by Name.SAPSystem
SchedulerSession. getSAPSystemByProcessServer(ProcessServer processServer)
Get theSAPSystem
by ProcessServer.SAPSystem
SchedulerSession. getSAPSystemByQueue(Queue queue)
Get theSAPSystem
by Queue.SAPSystem
SchedulerSession. getSAPSystemByUniqueId(Long uniqueId)
Get theSAPSystem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPSystem Modifier and Type Method Description RWIterable<SAPSystem>
Application. getChildSAPSystems()
Get anRWIterable
over a collection ofChildSAPSystems
, the collection will be ordered by Name.RWIterable<SAPSystem>
Partition. getSAPSystems()
Get anRWIterable
over an ordered collection ofSAPSystems
.Methods in com.redwood.scheduler.api.model with parameters of type SAPSystem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPSystem theSAPSystem)
void
ConcreteObjectCallback. handle(SAPSystem theSAPSystem)
-
Uses of SAPSystem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPSystem Modifier and Type Method Description Iterator<SAPSystem>
ApplicationComp. getChildSAPSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildSAPSystems()
instead.Iterator<SAPSystem>
PartitionComp. getSAPSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getSAPSystems()
instead.
-