void |
OMRSMetadataCollection.deleteEntityReferenceCopy(String userId,
EntityDetail entity) |
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollectionBase.deleteEntityReferenceCopy(String userId,
EntityDetail entity) |
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollection.purgeClassificationReferenceCopy(String userId,
EntityDetail entity,
Classification classification) |
Remove the reference copy of the classification from the local repository.
|
void |
OMRSMetadataCollection.purgeClassificationReferenceCopy(String userId,
EntityProxy entity,
Classification classification) |
Remove the reference copy of the classification from the local repository.
|
void |
OMRSMetadataCollectionBase.purgeClassificationReferenceCopy(String userId,
EntityDetail entity,
Classification classification) |
Remove the reference copy of the classification from the local repository.
|
void |
OMRSMetadataCollection.purgeEntityReferenceCopy(String userId,
EntityDetail entity) |
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollectionBase.purgeEntityReferenceCopy(String userId,
EntityDetail entity) |
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollection.saveClassificationReferenceCopy(String userId,
EntityDetail entity,
Classification classification) |
Save the classification as a reference copy.
|
void |
OMRSMetadataCollection.saveClassificationReferenceCopy(String userId,
EntityProxy entity,
Classification classification) |
Save the classification as a reference copy.
|
void |
OMRSMetadataCollectionBase.saveClassificationReferenceCopy(String userId,
EntityDetail entity,
Classification classification) |
Save the classification as a reference copy.
|
void |
OMRSMetadataCollectionBase.saveClassificationReferenceCopy(String userId,
EntityProxy entity,
Classification classification) |
Save the classification as a reference copy.
|
abstract void |
OMRSMetadataCollection.saveEntityReferenceCopy(String userId,
EntityDetail entity) |
Save the entity as a reference copy.
|
void |
OMRSMetadataCollectionBase.saveEntityReferenceCopy(String userId,
EntityDetail entity) |
Save the entity as a reference copy.
|
void |
OMRSMetadataCollection.saveInstanceReferenceCopies(String userId,
InstanceGraph instances) |
Save the entities and relationships supplied in the instance graph as a reference copies.
|