public abstract class AbstractIdentifiableGDPRConfiguration extends GDPRConfigurationElement
This class extends the `GDPRConfigurationElement` to provide a common base for GDPR configuration elements that have a unique identifier (Id). It manages a cache of identifiable elements, allowing efficient retrieval by Id and class type.
Subclasses are responsible for providing their Id during construction and can utilize the `byId` method to retrieve instances from the cache.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the unique identifier for this GDPR configuration element.
|
void |
linkAndValidateGDPRObjects()
Links and validates the GDPR configuration elements.
|
java.lang.String |
toString()
Returns a string representation of this GDPR configuration element.
|
getEl, releaseDefinitionSource
public 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.
This implementation performs no specific checks. Subclasses may override this method to add their own checks.
linkAndValidateGDPRObjects
in interface GDPRConfigurationElementI
linkAndValidateGDPRObjects
in class GDPRConfigurationElement
public 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.
This implementation includes the Id in the string representation.
toString
in interface GDPRConfigurationElementI
toString
in class java.lang.Object
public java.lang.String getId()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.