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 |
---|---|
JCoFunction |
JCoFunction.clone()
Clones this JCoFunction instance.
|
JCoFunction |
JCoFunctionTemplate.getFunction()
Creates a function object from the template and returns it.
|
JCoFunction |
JCoRepository.getFunction(String functionName)
Returns a JCoFunction with initial parameters for the passed function name.
|
Modifier and Type | Method and Description |
---|---|
List<JCoFunction> |
JCoFunctionUnit.getFunctions()
Returns an immutable list of function.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoFunctionUnit.addFunction(JCoFunction function)
Adds a function to the unit.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoFunctionUnit.addFunctions(List<JCoFunction> functions)
Adds the functions to the unit.
|
Copyright © 2018 SAP. All Rights Reserved.