Package org.openmetadata.service.jdbi3
Class DashboardRepository.DashboardUpdater
java.lang.Object
EntityRepository<Dashboard>.EntityUpdater
org.openmetadata.service.jdbi3.DashboardRepository.DashboardUpdater
- Enclosing class:
- DashboardRepository
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
ConstructorsConstructorDescriptionDashboardUpdater(Dashboard original, Dashboard updated, EntityRepository.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidupdateDashboardUrl(Dashboard original, Dashboard updated) Methods inherited from class org.openmetadata.service.jdbi3.EntityRepository.EntityUpdater
fieldsChanged, recordChange, recordChange, recordChange, recordChange, recordListChange, setSessionTimeout, storeUpdate, update, updatedByBot, updateFromRelationship, updateFromRelationships, updateTags, updateToRelationship, updateToRelationships, updateVersion
-
Constructor Details
-
DashboardUpdater
public DashboardUpdater(Dashboard original, Dashboard updated, EntityRepository.Operation operation)
-
-
Method Details
-
entitySpecificUpdate
public void entitySpecificUpdate()- Overrides:
entitySpecificUpdatein classEntityRepository<Dashboard>.EntityUpdater
-
updateDashboardUrl
-