Class RegistryConfigurationUpdateInterceptor
java.lang.Object
net.croz.nrich.registry.api.data.interceptor.BaseRegistryDataInterceptor
net.croz.nrich.registry.security.interceptor.RegistryConfigurationUpdateInterceptor
- All Implemented Interfaces:
net.croz.nrich.registry.api.data.interceptor.RegistryDataInterceptor
public class RegistryConfigurationUpdateInterceptor
extends net.croz.nrich.registry.api.data.interceptor.BaseRegistryDataInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryConfigurationUpdateInterceptor(Map<Class<?>, net.croz.nrich.registry.api.core.model.RegistryOverrideConfiguration> registryOverrideConfigurationMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeRegistryCreate(String classFullName, Object entityData) voidbeforeRegistryDelete(String classFullName, Object id) voidbeforeRegistryUpdate(String classFullName, Object id, Object entityData) Methods inherited from class net.croz.nrich.registry.api.data.interceptor.BaseRegistryDataInterceptor
beforeRegistryList
-
Constructor Details
-
RegistryConfigurationUpdateInterceptor
-
-
Method Details
-
beforeRegistryCreate
- Specified by:
beforeRegistryCreatein interfacenet.croz.nrich.registry.api.data.interceptor.RegistryDataInterceptor- Overrides:
beforeRegistryCreatein classnet.croz.nrich.registry.api.data.interceptor.BaseRegistryDataInterceptor
-
beforeRegistryUpdate
- Specified by:
beforeRegistryUpdatein interfacenet.croz.nrich.registry.api.data.interceptor.RegistryDataInterceptor- Overrides:
beforeRegistryUpdatein classnet.croz.nrich.registry.api.data.interceptor.BaseRegistryDataInterceptor
-
beforeRegistryDelete
- Specified by:
beforeRegistryDeletein interfacenet.croz.nrich.registry.api.data.interceptor.RegistryDataInterceptor- Overrides:
beforeRegistryDeletein classnet.croz.nrich.registry.api.data.interceptor.BaseRegistryDataInterceptor
-