| Modifier and Type | Method and Description |
|---|---|
ApiSearchConditions |
ApiSearchConditions.setApiClassRequired(String namespaceUri,
String localName)
Require the API to be of a given class.
|
ApiSearchConditions |
ApiSearchConditions.setApiClassRequired(String namespaceUri,
String localName,
String minVersionRequired)
Require the API to be of a given class, and to have a
version attribute greater or
equal to the provided one. |
ApiSearchConditions |
ApiSearchConditions.setMinVersionRequired(String minVersionRequired)
Require the API entry to have a
version attribute greater or equal to the provided
one. |
ApiSearchConditions |
ApiSearchConditions.setRequiredHei(String heiId)
Require the API entry to cover a particular HEI.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
RegistryClient.findApi(ApiSearchConditions conditions)
Find particular API implementation in the network.
|
Element |
ClientImpl.findApi(ApiSearchConditions conditions) |
Collection<Element> |
RegistryClient.findApis(ApiSearchConditions conditions)
Find all API implementations matching the given conditions.
|
Collection<Element> |
ClientImpl.findApis(ApiSearchConditions conditions) |
Collection<HeiEntry> |
RegistryClient.findHeis(ApiSearchConditions conditions)
Find HEIs for which a particular API has been implemented.
|
Collection<HeiEntry> |
ClientImpl.findHeis(ApiSearchConditions conditions) |
Copyright © 2017. All rights reserved.