Package org.openmetadata.service.jdbi3
Class GlossaryTermRepository.GlossaryTermUpdater
java.lang.Object
EntityRepository<GlossaryTerm>.EntityUpdater
org.openmetadata.service.jdbi3.GlossaryTermRepository.GlossaryTermUpdater
- Enclosing class:
- GlossaryTermRepository
public class GlossaryTermRepository.GlossaryTermUpdater
extends EntityRepository<GlossaryTerm>.EntityUpdater
Handles entity updated from PUT and POST operation.
-
Field Summary
Fields inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
changeDescription, majorVersionChange, operation, original, previous, updated, updatingUser -
Constructor Summary
ConstructorsConstructorDescriptionGlossaryTermUpdater(GlossaryTerm original, GlossaryTerm updated, EntityRepository.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidupdateName(GlossaryTerm original, GlossaryTerm updated) protected voidMethods inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
fieldsChanged, recordChange, recordChange, recordChange, recordChange, recordListChange, setSessionTimeout, storeUpdate, update, updatedByBot, updateFromRelationship, updateFromRelationships, updateToRelationship, updateToRelationships, updateVersion
-
Constructor Details
-
GlossaryTermUpdater
public GlossaryTermUpdater(GlossaryTerm original, GlossaryTerm updated, EntityRepository.Operation operation)
-
-
Method Details
-
entitySpecificUpdate
public void entitySpecificUpdate()- Overrides:
entitySpecificUpdatein classEntityRepository<GlossaryTerm>.EntityUpdater
-
updateTags
protected void updateTags(String fqn, String fieldName, List<TagLabel> origTags, List<TagLabel> updatedTags) - Overrides:
updateTagsin classEntityRepository<GlossaryTerm>.EntityUpdater
-
updateName
-