| 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 |
|---|---|
static void |
Identity.getSearchCriteriaForUserName(IGCSearchConditionSet igcSearchConditionSet,
String name)
Translate the provided full name into search criteria.
|
| 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(List<String> types,
IGCSearchConditionSet conditions)
Creates a new search for all assets of the provided types, based on the provided criteria.
|
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–2021 ODPi. All rights reserved.