Package org.openmetadata.service.jdbi3
Class SystemRepository
java.lang.Object
org.openmetadata.service.jdbi3.SystemRepository
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsecreateNewSetting(Settings setting) javax.ws.rs.core.ResponsecreateOrUpdate(Settings setting) static SmtpSettingsdecryptEmailSetting(SmtpSettings encryptedSetting) static SlackAppConfigurationdecryptSlackAppSetting(String encryptedSetting) javax.ws.rs.core.ResponsedeleteSettings(SettingsType type) static SmtpSettingsencryptEmailSetting(SmtpSettings decryptedSetting) static StringencryptSlackAppSetting(SlackAppConfiguration decryptedSetting) getAllEntitiesCount(ListFilter filter) getAllServicesCount(ListFilter filter) getConfigWithKey(String key) javax.ws.rs.core.ResponsepatchSetting(String settingName, javax.json.JsonPatch patch) voidupdateSetting(Settings setting) validateSystem(OpenMetadataApplicationConfig applicationConfig, PipelineServiceClient pipelineServiceClient, JwtFilter jwtFilter)
-
Field Details
-
INTERNAL_SERVER_ERROR_WITH_REASON
- See Also:
-
-
Constructor Details
-
SystemRepository
public SystemRepository()
-
-
Method Details
-
getAllEntitiesCount
-
getAllServicesCount
-
listAllConfigs
-
getConfigWithKey
-
getEmailConfigInternal
-
getSlackApplicationConfigInternal
-
createOrUpdate
-
createNewSetting
-
deleteSettings
-
patchSetting
-
updateSetting
-
encryptEmailSetting
-
decryptEmailSetting
-
encryptSlackAppSetting
-
decryptSlackAppSetting
-
validateSystem
public ValidationResponse validateSystem(OpenMetadataApplicationConfig applicationConfig, PipelineServiceClient pipelineServiceClient, JwtFilter jwtFilter)
-