Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship
-
-
Uses of Relationship in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type Relationship Modifier and Type Method Description voidOMRSTopicListenerBase. processDeletedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An existing relationship has been deleted.voidOMRSTopicListenerBase. processDeletePurgedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An active relationship has been deleted and purged from the repository.voidOMRSTopicListenerBase. processNewRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A new relationship has been created.voidOMRSTopicListenerBase. processRefreshRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)The local repository is refreshing the information about a relationship for the other repositories in the cohort.voidOMRSTopicListenerBase. processReHomedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalHomeMetadataCollection, Relationship relationship)An existing relationship has changed home repository.voidOMRSTopicListenerBase. processReIdentifiedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalRelationshipGUID, Relationship relationship)The guid of an existing relationship has changed.voidOMRSTopicListenerBase. processRestoredRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A deleted relationship has been restored to the state it was before it was deleted.voidOMRSTopicListenerBase. processReTypedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDefSummary, Relationship relationship)An existing relationship has had its type changed.voidOMRSTopicListenerBase. processUndoneRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An update to a relationship has been undone.voidOMRSTopicListenerBase. processUpdatedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship oldRelationship, Relationship newRelationship)An existing relationship has been updated. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore that return Relationship Modifier and Type Method Description RelationshipOpenMetadataArchiveBuilder. getRelationship(String guid)Retrieve a relationship from the archive.RelationshipOpenMetadataArchiveBuilder. queryRelationship(String guid)Retrieve a relationship from the archive if it exists.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore with parameters of type Relationship Modifier and Type Method Description voidOpenMetadataArchiveBuilder. addRelationship(Relationship relationship)Add a new relationship to the archive. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>OpenMetadataArchiveInstanceStore. getRelationships()Return the list of relationships defined in this open metadata archive.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties with type arguments of type Relationship Modifier and Type Method Description voidOpenMetadataArchiveInstanceStore. setRelationships(List<Relationship> relationships)Set up the list of relationships defined in this open metadata archive. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return Relationship Modifier and Type Method Description RelationshipOMRSMetadataCollection. addExternalRelationship(String userId, String relationshipTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Save a new relationship that is sourced from an external technology.RelationshipOMRSMetadataCollectionBase. addExternalRelationship(String userId, String relationshipTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Save a new relationship that is sourced from an external technology.abstract RelationshipOMRSMetadataCollection. addRelationship(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Add a new relationship between two entities to the metadata collection.RelationshipOMRSMetadataCollectionBase. addRelationship(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Add a new relationship between two entities to the metadata collection.abstract RelationshipOMRSMetadataCollection. deleteRelationship(String userId, String typeDefGUID, String typeDefName, String obsoleteRelationshipGUID)Delete a specific relationship.RelationshipOMRSMetadataCollectionBase. deleteRelationship(String userId, String typeDefGUID, String typeDefName, String obsoleteRelationshipGUID)Delete a specific relationship.abstract RelationshipOMRSMetadataCollection. getRelationship(String userId, String guid)Return the current version of a requested relationship.abstract RelationshipOMRSMetadataCollection. getRelationship(String userId, String guid, Date asOfTime)Return a historical version of a relationship.RelationshipOMRSMetadataCollectionBase. getRelationship(String userId, String guid)Return a requested relationship.RelationshipOMRSMetadataCollectionBase. getRelationship(String userId, String guid, Date asOfTime)Return a historical version of a relationship.abstract RelationshipOMRSMetadataCollection. isRelationshipKnown(String userId, String guid)Returns a boolean indicating if the relationship is stored in the metadata collection.RelationshipOMRSMetadataCollectionBase. isRelationshipKnown(String userId, String guid)Returns a boolean indicating if the relationship is stored in the metadata collection.RelationshipOMRSMetadataCollection. reHomeRelationship(String userId, String relationshipGUID, String typeDefGUID, String typeDefName, String homeMetadataCollectionId, String newHomeMetadataCollectionId)Deprecated.RelationshipOMRSMetadataCollection. reHomeRelationship(String userId, String relationshipGUID, String typeDefGUID, String typeDefName, String homeMetadataCollectionId, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Change the home of an existing relationship.RelationshipOMRSMetadataCollectionBase. reHomeRelationship(String userId, String relationshipGUID, String typeDefGUID, String typeDefName, String homeMetadataCollectionId, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Change the home of an existing relationship.abstract RelationshipOMRSMetadataCollection. reIdentifyRelationship(String userId, String typeDefGUID, String typeDefName, String relationshipGUID, String newRelationshipGUID)Change the guid of an existing relationship.RelationshipOMRSMetadataCollectionBase. reIdentifyRelationship(String userId, String typeDefGUID, String typeDefName, String relationshipGUID, String newRelationshipGUID)Change the guid of an existing relationship.abstract RelationshipOMRSMetadataCollection. restoreRelationship(String userId, String deletedRelationshipGUID)Restore a deleted relationship into the metadata collection.RelationshipOMRSMetadataCollectionBase. restoreRelationship(String userId, String deletedRelationshipGUID)Restore a deleted relationship into the metadata collection.abstract RelationshipOMRSMetadataCollection. reTypeRelationship(String userId, String relationshipGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing relationship.RelationshipOMRSMetadataCollectionBase. reTypeRelationship(String userId, String relationshipGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing relationship.abstract RelationshipOMRSMetadataCollection. undoRelationshipUpdate(String userId, String relationshipGUID)Undo the latest change to a relationship (either a change of properties or status).RelationshipOMRSMetadataCollectionBase. undoRelationshipUpdate(String userId, String relationshipGUID)Undo the latest change to a relationship (either a change of properties or status).abstract RelationshipOMRSMetadataCollection. updateRelationshipProperties(String userId, String relationshipGUID, InstanceProperties properties)Update the properties of a specific relationship.RelationshipOMRSMetadataCollectionBase. updateRelationshipProperties(String userId, String relationshipGUID, InstanceProperties properties)Update the properties of a specific relationship.abstract RelationshipOMRSMetadataCollection. updateRelationshipStatus(String userId, String relationshipGUID, InstanceStatus newStatus)Update the status of a specific relationship.RelationshipOMRSMetadataCollectionBase. updateRelationshipStatus(String userId, String relationshipGUID, InstanceStatus newStatus)Update the status of a specific relationship.RelationshipOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipRead(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have read access to a specific instance within a repository.RelationshipOpenMetadataRepositorySecurity. validateUserForRelationshipRead(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have read access to a specific instance within a repository.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return types with arguments of type Relationship Modifier and Type Method Description abstract List<Relationship>OMRSMetadataCollection. findRelationships(String userId, String relationshipTypeGUID, List<String> relationshipSubtypeGUIDs, SearchProperties matchProperties, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested conditions.List<Relationship>OMRSMetadataCollectionBase. findRelationships(String userId, String relationshipTypeGUID, List<String> relationshipSubtypeGUIDs, SearchProperties matchProperties, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested conditions.abstract List<Relationship>OMRSMetadataCollection. findRelationshipsByProperty(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested properties by the matching criteria.List<Relationship>OMRSMetadataCollectionBase. findRelationshipsByProperty(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested properties by the matching criteria.abstract List<Relationship>OMRSMetadataCollection. findRelationshipsByPropertyValue(String userId, String relationshipTypeGUID, String searchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships whose string based property values match the search criteria.List<Relationship>OMRSMetadataCollectionBase. findRelationshipsByPropertyValue(String userId, String relationshipTypeGUID, String searchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships whose string based property values match the search criteria.abstract List<Relationship>OMRSMetadataCollection. getRelationshipHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of a relationship within the bounds of the provided timestamps.List<Relationship>OMRSMetadataCollectionBase. getRelationshipHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of a relationship within the bounds of the provided timestamps.abstract List<Relationship>OMRSMetadataCollection. getRelationshipsForEntity(String userId, String entityGUID, String relationshipTypeGUID, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return the relationships for a specific entity.List<Relationship>OMRSMetadataCollectionBase. getRelationshipsForEntity(String userId, String entityGUID, String relationshipTypeGUID, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return the relationships for a specific entity.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type Relationship Modifier and Type Method Description voidOMRSMetadataCollection. deleteRelationshipReferenceCopy(String userId, Relationship relationship)Remove the reference copy of the relationship from the local repository.voidOMRSMetadataCollectionBase. deleteRelationshipReferenceCopy(String userId, Relationship relationship)Remove the reference copy of the relationship from the local repository.voidOMRSMetadataCollection. purgeRelationshipReferenceCopy(String userId, Relationship relationship)This method is called when a remote repository calls the variant of purgeRelationship that passes the relationship object.voidOMRSMetadataCollectionBase. purgeRelationshipReferenceCopy(String userId, Relationship relationship)Remove the reference copy of the relationship from the local repository.abstract voidOMRSMetadataCollection. saveRelationshipReferenceCopy(String userId, Relationship relationship)Save the relationship as a reference copy.voidOMRSMetadataCollectionBase. saveRelationshipReferenceCopy(String userId, Relationship relationship)Save the relationship as a reference copy.booleanOMRSMetadataDefaultRepositorySecurity. validateRelationshipReferenceCopySave(Relationship instance)Tests for whether a reference copy should be saved to the repository.booleanOpenMetadataRepositorySecurity. validateRelationshipReferenceCopySave(Relationship instance)Tests for whether a reference copy should be saved to the repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipDelete(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have the right to delete a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipDelete(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have the right to delete a instance within a repository.RelationshipOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipRead(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have read access to a specific instance within a repository.RelationshipOpenMetadataRepositorySecurity. validateUserForRelationshipRead(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have read access to a specific instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipReHoming(String userId, String metadataCollectionName, Relationship instance, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Tests for whether a specific user should have the right to change the home of a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipReHoming(String userId, String metadataCollectionName, Relationship instance, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Tests for whether a specific user should have the right to change the home of a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipReIdentification(String userId, String metadataCollectionName, Relationship instance, String newGUID)Tests for whether a specific user should have the right to change the guid on a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipReIdentification(String userId, String metadataCollectionName, Relationship instance, String newGUID)Tests for whether a specific user should have the right to change the guid on a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipReTyping(String userId, String metadataCollectionName, Relationship instance, TypeDefSummary newTypeDefSummary)Tests for whether a specific user should have the right to change the type of a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipReTyping(String userId, String metadataCollectionName, Relationship instance, TypeDefSummary newTypeDefSummary)Tests for whether a specific user should have the right to change the type of a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipUpdate(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have the right to update a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipUpdate(String userId, String metadataCollectionName, Relationship instance)Tests for whether a specific user should have the right to update a instance within a repository. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>InstanceGraph. getRelationships()Return the list of all relationships (edges/links) in the instance graph.List<Relationship>InstanceGraph. returnRelationshipsForEntity(String anchorEntityGUID)Return a list of relationships that are connected to a specific entity.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type arguments of type Relationship Modifier and Type Method Description voidInstanceGraph. setRelationships(List<Relationship> relationshipElementList)Set up the list of relationships in this instance graph.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type Relationship Constructor Description Relationship(Relationship templateElement)Copy/clone constructor builds a relationship from the supplied template. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return Relationship Modifier and Type Method Description RelationshipOMRSRepositoryHelper. getNewRelationship(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties)Return a filled out relationship which just needs the entity proxies added.RelationshipOMRSRepositoryHelper. getNewRelationship(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties)Return a filled out relationship which just needs the entity proxies added.RelationshipOMRSRepositoryHelper. getSkeletonRelationship(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName)Return a relationship with the header and type information filled out.RelationshipOMRSRepositoryHelper. getSkeletonRelationship(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName)Return a relationship with the header and type information filled out.RelationshipOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, Relationship updatedInstance)Changes the control information to reflect an update in an instance.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>OMRSRepositoryHelper. formatRelationshipResults(List<Relationship> fullResults, int fromElement, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Use the paging and sequencing parameters to format the results for a repository call that returns a list of relationship instances.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type Relationship Modifier and Type Method Description StringOMRSRepositoryHelper. getEnd1EntityGUID(Relationship relationship)Return the guid of an entity linked to end 1 of the relationship.StringOMRSRepositoryHelper. getEnd2EntityGUID(Relationship relationship)Return the guid of an entity linked to end 2 of the relationship.EntityProxyOMRSRepositoryHelper. getOtherEnd(String sourceName, String anchorEntityGUID, Relationship relationship)Return the entity proxy for the related entity.StringOMRSRepositoryHelper. getOtherEndName(String sourceName, String anchorEntityGUID, Relationship relationship)Return the attribute name for the related entity.RelationshipDifferencesOMRSRepositoryHelper. getRelationshipDifferences(Relationship left, Relationship right, boolean ignoreModificationStamps)Calculate the differences between the two provided Relationship objects.RelationshipOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, Relationship updatedInstance)Changes the control information to reflect an update in an instance.booleanOMRSRepositoryHelper. relatedEntity(String sourceName, String entityGUID, Relationship relationship)Return boolean true if entity is linked by this relationship.voidOMRSRepositoryValidator. validateRelationshipFromStore(String sourceName, String guid, Relationship relationship, String methodName)Verify that a relationship has been successfully retrieved from the repository and has valid contents.booleanOMRSRepositoryValidator. validRelationship(String sourceName, Relationship relationship)Test that the supplied relationship is valid.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with type arguments of type Relationship Modifier and Type Method Description List<Relationship>OMRSRepositoryHelper. formatRelationshipResults(List<Relationship> fullResults, int fromElement, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Use the paging and sequencing parameters to format the results for a repository call that returns a list of relationship instances.voidOMRSRepositoryValidator. validateAtMostOneRelationshipResult(List<Relationship> findResults, String typeName, String serviceName, String methodName)Validate that either zero or one relationships were returned from a find request. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return Relationship Modifier and Type Method Description RelationshipOMRSInstanceEvent. getOriginalRelationship()Return the original relationship instance (if applicable) or null.RelationshipOMRSInstanceEvent. getRelationship()Return the relationship instance (if applicable) or null.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type Relationship Modifier and Type Method Description abstract voidOMRSInstanceEventProcessor. processDeletedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An active relationship has been deleted.voidOMRSInstanceEventProcessorInterface. processDeletedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An existing relationship has been deleted.voidOMRSInstanceEventProcessor. processDeletePurgedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An active relationship has been deleted and purged from the repository.voidOMRSInstanceEventProcessorInterface. processDeletePurgedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An active relationship has been deleted and purged from the repository.abstract voidOMRSInstanceEventProcessor. processNewRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A new relationship has been created.voidOMRSInstanceEventProcessorInterface. processNewRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A new relationship has been created.voidOMRSInstanceEventProcessor. processPurgedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A relationship has been permanently removed from the repository.voidOMRSInstanceEventProcessorInterface. processPurgedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A relationship has been permanently removed from the repository.abstract voidOMRSInstanceEventProcessor. processRefreshRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An open metadata repository is refreshing the information about a relationship for the other repositories in the cohort.voidOMRSInstanceEventProcessorInterface. processRefreshRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An open metadata repository is refreshing the information about a relationship for the other repositories in the cohort.abstract voidOMRSInstanceEventProcessor. processReHomedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalHomeMetadataCollectionId, Relationship relationship)An existing relationship has changed home repository.voidOMRSInstanceEventProcessorInterface. processReHomedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalHomeMetadataCollectionId, Relationship relationship)An existing relationship has changed home repository.abstract voidOMRSInstanceEventProcessor. processReIdentifiedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalRelationshipGUID, Relationship relationship)The guid of an existing relationship has changed.voidOMRSInstanceEventProcessorInterface. processReIdentifiedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalRelationshipGUID, Relationship relationship)The guid of an existing relationship has changed.abstract voidOMRSInstanceEventProcessor. processRestoredRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A deleted relationship has been restored to the state it was before it was deleted.voidOMRSInstanceEventProcessorInterface. processRestoredRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)A deleted relationship has been restored to the state it was before it was deleted.abstract voidOMRSInstanceEventProcessor. processReTypedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, Relationship relationship)An existing relationship has had its type changed.voidOMRSInstanceEventProcessorInterface. processReTypedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, Relationship relationship)An existing relationship has had its type changed.abstract voidOMRSInstanceEventProcessor. processUndoneRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An update to a relationship has been undone.voidOMRSInstanceEventProcessorInterface. processUndoneRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship relationship)An update to a relationship has been undone.abstract voidOMRSInstanceEventProcessor. processUpdatedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship oldRelationship, Relationship newRelationship)An existing relationship has been updated.voidOMRSInstanceEventProcessorInterface. processUpdatedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, Relationship oldRelationship, Relationship newRelationship)An existing relationship has been updated.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type Relationship Constructor Description OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, Relationship relationship)Constructor for instance events related to a change to a relationship.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, Relationship originalRelationship, Relationship newRelationship)Constructor for instance events related to a change to a relationship where the original values are also sent. -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return Relationship Modifier and Type Method Description RelationshipOMRSEventV1InstanceSection. getOriginalRelationship()RelationshipOMRSEventV1InstanceSection. getRelationship()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type Relationship Modifier and Type Method Description voidOMRSEventV1InstanceSection. setOriginalRelationship(Relationship originalRelationship)voidOMRSEventV1InstanceSection. setRelationship(Relationship relationship) -
Uses of Relationship in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return Relationship Modifier and Type Method Description RelationshipRelationshipResponse. getRelationship()Return the resulting relationship.Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>InstanceGraphRequest. getRelationshipElementList()Return the list of relationships that are part of this instance graph.List<Relationship>InstanceGraphResponse. getRelationshipElementList()Return the list of relationships that are part of this instance graph.List<Relationship>RelationshipListResponse. getRelationships()Return the list of relationships for this response.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type Relationship Modifier and Type Method Description voidRelationshipResponse. setRelationship(Relationship relationship)Set up the returned relationship.Method parameters in org.odpi.openmetadata.repositoryservices.rest.properties with type arguments of type Relationship Modifier and Type Method Description voidInstanceGraphRequest. setRelationshipElementList(List<Relationship> relationshipElementList)Set up the list of relationships that are part of this instance graph.voidInstanceGraphResponse. setRelationshipElementList(List<Relationship> relationshipElementList)Set up the list of relationships that are part of this instance graph.voidRelationshipListResponse. setRelationships(List<Relationship> relationships)Set up the list of relationships for this response.
-