Uses of Class
org.odpi.egeria.connectors.juxt.xtdb.model.search.XtdbQuery
-
Packages that use XtdbQuery Package Description org.odpi.egeria.connectors.juxt.xtdb.model.search Implements the model used to translate between Egeria's search interface elements and the underlying XTDB repository's search mechanisms.org.odpi.egeria.connectors.juxt.xtdb.readops Defines and implements read operations to ensure consistent data across potentially multiple read operations that are all combined to arrive at a particular result. -
-
Uses of XtdbQuery in org.odpi.egeria.connectors.juxt.xtdb.model.search
Subclasses of XtdbQuery in org.odpi.egeria.connectors.juxt.xtdb.model.search Modifier and Type Class Description classXtdbGraphQueryCaptures the structure of a query against XTDB that spans the graph, and therefore could return both relationships and entities together. -
Uses of XtdbQuery in org.odpi.egeria.connectors.juxt.xtdb.readops
Methods in org.odpi.egeria.connectors.juxt.xtdb.readops with parameters of type XtdbQuery Modifier and Type Method Description protected voidAbstractSearchOperation. updateQuery(XtdbQuery query, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefCategory category, String typeGuid, List<String> subtypeGuids, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchProperties matchProperties, List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceStatus> limitResultsByStatus, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchClassifications matchClassifications, String sequencingProperty, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.SequencingOrder sequencingOrder, String namespace, String userId)Update the provided query with the specified parameters.
-