All Classes
-
All Classes Class Summary Enum 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.AbstractMapping General utilities for the mapping of any instance data.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.AbstractTransactionFunction Base class that all transaction functions should implement.AddEntity Transaction function for adding an entity.AddEntityProxy Transaction function for adding an EntityProxy.AddRelationship Transaction function for adding a Relationship.ArrayPropertyValueMapping Maps singular ArrayPropertyValues between persistence and objects.ClassificationMapping Maps the properties of Classifications between persistence and objects.ClassifyEntity Transaction function for adding / updating a classification to an entity.ConditionBuilder Methods for building up complex conditions used by the queries.Constants A set of constants to use across mappings.DeclassifyEntity Transaction function for removing a classification to an entity.DeleteEntity Transaction function for soft-deleting an entity.DeleteInstance Base transaction function for deleting instances.DeleteRelationship Transaction function for soft-deleting a relationship.EntityDetailMapping Maps the properties of EntityDetails between persistence and objects.EntityProxyMapping Maps the properties of EntityProxies between persistence and objects.EntitySummaryMapping Maps the properties of EntitySummaries between persistence and objects.EnumPropertyValueMapping Maps singular EnumPropertyValues between persistence and objects.ErrorMessageCache A thread-safe way of capturing errors for a given transaction for error-handling purposes across threads.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.InstanceAuditHeaderMapping Maps the properties of InstanceAuditHeaders between persistence and objects.InstanceHeaderMapping Maps the properties of InstanceHeaders between persistence and objects.InstancePropertiesMapping Maps the properties of InstanceProperties between persistence and objects.InstancePropertyValueMapping Maps singular InstancePropertyValues between persistence and objects.Keywords Keywords for re-use across the various transaction functions.MapPropertyValueMapping Maps singular MapPropertyValues between persistence and objects.PersistenceLayer Manages the persistence layer: for now, primarily indicating the version of the connector for which data has been persisted, to validate migration starting points.PrimitivePropertyValueMapping Maps singular PrimitivePropertyValues between persistence and objects.PropertyKeywords Captures the key characteristics of a property mapping.PurgeClassificationReferenceCopy Transaction function for adding a reference copy classification.PurgeEntity Transaction function for hard-deleting an entity.PurgeRelationship Transaction function for hard-deleting a relationship.ReHomeEntity Transaction function for updating an entity's home repository.ReHomeInstance Base transaction function for updating an instance's home metadata repository.ReHomeRelationship Transaction function for updating a relationship's home repository.ReIdentifyEntity Transaction function for updating an entity's unique identifier.ReIdentifyInstance Base transaction function for deleting instances.ReIdentifyRelationship Transaction function for updating an relationship's unique identifier.RelationshipMapping Maps the properties of Relationships between persistence and objects.ReLinkRelationship Transaction function for re-linking a relationship when one of its entity proxy's identities has changed.RestoreEntity Transaction function for restoring a deleted entity back to active.RestoreInstance Base transaction function for restoring a soft-deleted instance back to active status.RestoreRelationship Transaction function for restoring a deleted relationship back to active.ReTypeEntity Transaction function for changing an entity's type.ReTypeInstance Base transaction function for changing an instance's type.ReTypeRelationship Transaction function for changing a relationship's type.SaveClassificationReferenceCopy Transaction function for adding a reference copy classification.SaveEntityReferenceCopy Transaction function for adding a reference copy entity.SaveRelationshipReferenceCopy Transaction function for adding a reference copy relationship.StructPropertyValueMapping Maps singular StructPropertyValues between persistence and objects.TextConditionBuilder Methods for building up complex conditions that search text (strings).TxnValidations Common validations to use within transaction functions.TypeDefCache A shadow cache of all typeDef information.UndoEntityUpdate Transaction function for updating InstanceProperties on a metadata instance.UndoInstanceUpdate Base transaction function for rolling back the last changes made to an instance's properties or status.UndoRelationshipUpdate Transaction function for updating InstanceProperties on a metadata instance.UpdateEntityClassification Transaction function for updating InstanceProperties on a metadata instance.UpdateEntityProperties Transaction function for updating InstanceProperties on a metadata instance.UpdateEntityStatus Transaction function for updating an entity's status.UpdateInstanceProperties Base transaction function for updating an instance's properties.UpdateInstanceStatus Base transaction function for updating an instance's status.UpdateRelationshipProperties Transaction function for updating InstanceProperties on a metadata instance.UpdateRelationshipStatus Transaction function for updating a relationship's status.XtdbGraphQuery Captures the structure of a query against XTDB that spans the graph, and therefore could return both relationships and entities together.XtdbOMRSAuditCode The XtdbOMRSAuditCode is used to define the message content for the OMRS Audit Log.XtdbOMRSErrorCode The XtdbOMRSErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with XTDB as an OMRS Metadata Repository.XtdbOMRSMetadataCollection Provides the OMRSMetadataCollection implementation for XTDB.XtdbOMRSRepositoryConnector Provides all connectivity and API-based interaction with a XTDB back-end.XtdbOMRSRepositoryConnectorProvider In the Open Connector Framework (OCF), a ConnectorProvider is a factory for a specific type of connector.XtdbQuery Captures the structure of a query against XTDB.