public abstract class GDPRConfigurationElement extends java.lang.Object implements GDPRConfigurationElementI
This class provides a common foundation for implementing GDPR-related configuration elements, such as:
It ensures that all concrete implementations adhere to the contract defined by the GDPRConfigurationElementI
interface
and provides a base implementation for handling the XML element representing the configuration.
Subclasses are responsible for providing concrete implementations for the linkAndValidateGDPRObjects()
method
to resolve references to other GDPR configuration elements and validate the integrity of their specific configuration data.
Constructor and Description |
---|
GDPRConfigurationElement(electric.xml.Element element)
Constructs a `GDPRConfigurationElement` with the given XML element.
|
Modifier and Type | Method and Description |
---|---|
electric.xml.Element |
getEl()
Returns the XML element representing this GDPR configuration element.
|
abstract void |
linkAndValidateGDPRObjects()
Links and validates the GDPR configuration elements.
|
void |
releaseDefinitionSource()
Sets the local XML Element to null.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public GDPRConfigurationElement(electric.xml.Element element)
element
- The XML element representing this configuration element.public abstract void linkAndValidateGDPRObjects()
This method performs two key functions:
Subclasses must provide a concrete implementation for this method to perform the necessary linking and validation checks.
linkAndValidateGDPRObjects
in interface GDPRConfigurationElementI
public void releaseDefinitionSource()
GDPRConfigurationElementI
releaseDefinitionSource
in interface GDPRConfigurationElementI
public electric.xml.Element getEl()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.