Uses of Class
org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
-
-
Uses of EntityNotDeletedException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that throw EntityNotDeletedException Modifier and Type Method Description abstract voidOMRSMetadataCollection. purgeEntity(String userId, String typeDefGUID, String typeDefName, String deletedEntityGUID)Permanently removes a deleted entity from the metadata collection.voidOMRSMetadataCollectionBase. purgeEntity(String userId, String typeDefGUID, String typeDefName, String deletedEntityGUID)Permanently removes a deleted entity from the metadata collection.abstract EntityDetailOMRSMetadataCollection. restoreEntity(String userId, String deletedEntityGUID)Restore the requested entity to the state it was before it was deleted.EntityDetailOMRSMetadataCollectionBase. restoreEntity(String userId, String deletedEntityGUID)Restore the requested entity to the state it was before it was deleted. -
Uses of EntityNotDeletedException in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that throw EntityNotDeletedException Modifier and Type Method Description voidOMRSRepositoryValidator. validateEntityIsDeleted(String sourceName, InstanceHeader instance, String methodName)Verify the status of an entity to check it has been deleted.
-