| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.common |
Defines data constructs representing general IGC object metadata.
|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.search |
Defines data constructs useful for search operations against IGC.
|
| Modifier and Type | Method and Description |
|---|---|
IGCSearchConditionSet |
Identity.getSearchCriteria()
Composes the search criteria necessary to retrieve an IGC object with this identity, without relying
on its RID.
|
| 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,
List<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.
|
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–2020 ODPi. All rights reserved.