Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcFunctionModule
-
Packages that use RfcFunctionModule Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interfacecom.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of RfcFunctionModule in com.redwood.scheduler.api.connector.sap.rfc.scripting
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting with type parameters of type RfcFunctionModule Modifier and Type Method Description <T extends RfcFunctionModule>
TRfcDetachedFactory. createFunctionModule(Class<T> rfcFunctionModule)
Creates new detached instance of any 'T extendsRfcFunctionModule
' -
Uses of RfcFunctionModule in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp with type parameters of type RfcFunctionModule Modifier and Type Method Description <T extends RfcFunctionModule>
voidXbpInterface. attach(T functionModule)
Attaches an RFC-enabled detached function module context which can be used to call the function module<T extends RfcFunctionModule>
TXbpInterface. createRfcFunctionModule(Class<T> functionModule)
Create an RFC-enabled function module context which can be used to call the function module
-