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 | Interface and Description |
---|---|
interface |
JCoCustomRepository
JCoCustomRepository is designed to be used for static/custom metadata. |
Modifier and Type | Method and Description |
---|---|
JCoRepository |
JCoDestination.getRepository()
Returns a repository instance that contains metadata for this
destination.
|
static JCoRepository |
JCo.getRepository(String repositoryID)
Returns the repository instance corresponding to the given repository ID or null if
the repository isn't available.
|
Modifier and Type | Method and Description |
---|---|
static JCoRepositoryQueryResult |
JCo.queryMetaDataSet(JCoRepository repository,
List<String> functions,
List<String> types,
List<String> classes)
Queries the metadata for function, type and class lists.
|
Copyright © 2017 SAP. All Rights Reserved.