| Package | Description |
|---|---|
| org.odpi.openmetadata.adapters.repositoryservices.igc.clientlibrary.search |
| Modifier and Type | Method and Description |
|---|---|
void |
IGCSearch.addConditions(IGCSearchConditionSet conditions)
Adds a set of conditions to use for the search.
|
void |
IGCSearchConditionSet.addNestedConditionSet(IGCSearchConditionSet igcConditions)
Adds a set of conditions as nested conditions of this set.
|
| Constructor and Description |
|---|
IGCSearch(String type,
IGCSearchConditionSet conditions)
Creates a new search for assets of the provided type, based on the provided criteria.
|
IGCSearch(String type,
String[] properties,
IGCSearchConditionSet conditions)
Creates a new search for assets of the provided type, based on the provided criteria, retrieving all of the
properties specified for each result.
|
Copyright © 2018–2019 ODPi. All rights reserved.