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.rfc Scheduler API - SAP Scripting API - RFCcom.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.scriptingMethods 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.rfcMethods in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc with type parameters of type RfcFunctionModule Modifier and Type Method Description <T extends RfcFunctionModule>
 voidRfcInterface. attach(T functionModule)Attaches an RFC-enabled detached function module context which can be used to call the function module<T extends RfcFunctionModule>
 TRfcInterface. createRfcFunctionModule(Class<T> functionModule)Create an RFC-enabled function module context which can be used to call the function module
- 
Uses of RfcFunctionModule in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbpMethods 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
 
-