Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
Modifier and Type | Method and Description |
---|---|
JCoRequest |
JCoFunctionTemplate.getRequest()
Returns a request object for this function template.
|
JCoRequest |
JCoRepository.getRequest(String functionName)
Returns a JCoRequest with initial parameters for the passed function name.
|
Modifier and Type | Method and Description |
---|---|
List<JCoRequest> |
JCoRequestUnit.getRequests()
Returns an immutable list of function.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoRequestUnit.addRequest(JCoRequest request)
Adds a request to the unit.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoRequestUnit.addRequests(List<JCoRequest> requests)
Adds the request to the unit.
|
Copyright © 2022 SAP. All rights reserved.