Uses of Interface
com.redwood.scheduler.api.model.SAPXBP
-
Packages that use SAPXBP 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 SAPXBP in com.redwood.scheduler.api.connector.sap.rfc.scripting
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting that return SAPXBP Modifier and Type Method Description static SAPXBP
RfcConnectionManager. getXBPClient(SAPSystem sapSystem, String clientNumber)
Returns theSAPXBP
client for the given SAP system and client number -
Uses of SAPXBP in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPXBP Modifier and Type Field Description static QueryObjectType<SAPXBP>
SAPXBP. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPXBP Modifier and Type Method Description SAPXBP
SAPSystem. createSAPXBP()
Create a newSAPXBP
linked to this object.SAPXBP
SAPSystem. getDefaultXBPClient()
Get the default XBP client.SAPXBP
SchedulerSession. getSAPXBPByUniqueId(Long uniqueId)
Get theSAPXBP
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPXBP Modifier and Type Method Description RWIterable<SAPXBP>
SAPSystem. getSAPXBPs()
Get anRWIterable
over an ordered collection ofSAPXBPs
.Methods in com.redwood.scheduler.api.model with parameters of type SAPXBP Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPXBP theSAPXBP)
void
ConcreteObjectCallback. handle(SAPXBP theSAPXBP)
-
Uses of SAPXBP in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPXBP Modifier and Type Method Description Iterator<SAPXBP>
SAPSystemComp. getSAPXBPs()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPs()
instead.
-