public interface GDPRConfigurationElementI
This interface defines the contract for elements that hold GDPR-related configuration data, such as business interests, data categories, retention policies, laws, processing legal bases, and retention purposes.
Implementations are responsible for linking GDPR configuration elements that were referenced by their Id and ensuring the integrity of their configuration by verifying the existence and validity of those linked elements.
Modifier and Type | Method and Description |
---|---|
void |
linkAndValidateGDPRObjects()
Links and validates the GDPR configuration elements.
|
void |
releaseDefinitionSource()
Sets the local XML Element to null.
|
java.lang.String |
toString()
Returns a string representation of this GDPR configuration element.
|
void linkAndValidateGDPRObjects()
This method performs two key functions:
GDPRConfigurationElementDefinitionException
- if any integrity checks fail, indicating
an issue with the configuration.void releaseDefinitionSource()
java.lang.String toString()
This method provides a human-readable representation of the configuration element, typically including its key properties and any relevant information for debugging or logging purposes.
toString
in class java.lang.Object
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.