Package 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.
-
Class Summary Class Description AbstractEntitySearchOperation Base class that all search operations that retrieve entities should implement.AbstractGraphOperation Base class that all graph operations should implement.AbstractHistoryOperation Base class that all metadata instance history retrieval operations should implement.AbstractReadOperation Base class that all read operations should implement.AbstractRelationshipSearchOperation Base class that all search operations that retrieve entities should implement.AbstractSearchOperation Base class that all search operations should implement.FindEntities Implements the 'findEntities' operation of the OMRS metadata collection interface.FindEntitiesByPropertyValue Implements the 'findEntitiesByPropertyValue' operation of the OMRS metadata collection interface.FindRelationships Implements the 'findRelationships' operation of the OMRS metadata collection interface.FindRelationshipsByPropertyValue Implements the 'findRelationshipsByPropertyValue' operation of the OMRS metadata collection interface.GetEntity Base class to retrieve entity information.GetEntityHistory Implements the 'getEntityDetailHistory' operation of the OMRS metadata collection interface.GetEntityNeighborhood Implements the 'getEntityNeighborhood' operation of the OMRS metadata collection interface.GetLinkingEntities Implements the 'getLinkingEntities' operation of the OMRS metadata collection interface.GetRelatedEntities Implements the 'getRelatedEntities' operation of the OMRS metadata collection interface.GetRelationship Base class to retrieve relationship information.GetRelationshipHistory Implements the 'getRelationshipHistory' operation of the OMRS metadata collection interface.GetRelationshipsForEntity Implements the 'getRelationshipsForEntity' operation of the OMRS metadata collection interface.