Uses of Interface
com.sap.conn.jco.JCoRequest
Packages that use JCoRequest
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoRequest in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoRequestModifier and TypeMethodDescriptionJCoFunctionTemplate.getRequest()
Returns a request object for this function template.JCoRepository.getRequest
(String functionName) Returns a JCoRequest with initial parameters for the passed function name.Methods in com.sap.conn.jco that return types with arguments of type JCoRequestModifier and TypeMethodDescriptionJCoRequestUnit.getRequests()
Returns an immutable list of function.Methods in com.sap.conn.jco with parameters of type JCoRequestModifier and TypeMethodDescriptionvoid
JCoRequestUnit.addRequest
(JCoRequest request) Adds a request to the unit.Method parameters in com.sap.conn.jco with type arguments of type JCoRequestModifier and TypeMethodDescriptionvoid
JCoRequestUnit.addRequests
(List<JCoRequest> requests) Adds the request to the unit.