| Modifier and Type | Method and Description |
|---|---|
void |
OMRSMetadataCollectionBase.purgeEntity(String userId,
String typeDefGUID,
String typeDefName,
String deletedEntityGUID)
Permanently removes a deleted entity from the metadata collection.
|
abstract void |
OMRSMetadataCollection.purgeEntity(String userId,
String typeDefGUID,
String typeDefName,
String deletedEntityGUID)
Permanently removes a deleted entity from the metadata collection.
|
EntityDetail |
OMRSMetadataCollectionBase.restoreEntity(String userId,
String deletedEntityGUID)
Restore the requested entity to the state it was before it was deleted.
|
abstract EntityDetail |
OMRSMetadataCollection.restoreEntity(String userId,
String deletedEntityGUID)
Restore the requested entity to the state it was before it was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateEntityIsDeleted(String sourceName,
InstanceHeader instance,
String methodName)
Verify the status of an entity to check it has been deleted.
|
Copyright © 2018–2020 ODPi. All rights reserved.