Uses of Class
org.odpi.openmetadata.repositoryservices.ffdc.exception.RelationshipNotDeletedException
-
-
Uses of RelationshipNotDeletedException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that throw RelationshipNotDeletedException Modifier and Type Method Description abstract voidOMRSMetadataCollection. purgeRelationship(String userId, String typeDefGUID, String typeDefName, String deletedRelationshipGUID)Permanently delete the relationship from the repository.voidOMRSMetadataCollectionBase. purgeRelationship(String userId, String typeDefGUID, String typeDefName, String deletedRelationshipGUID)Permanently delete the relationship from the repository.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. -
Uses of RelationshipNotDeletedException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that throw RelationshipNotDeletedException Modifier and Type Method Description voidOMRSRepositoryValidator. validateRelationshipIsDeleted(String sourceName, InstanceHeader instance, String methodName)Verify the status of a relationship to check it has been deleted.
-