public class ProcessingPurpose extends AbstractIdentifiableGDPRConfiguration
This class extends `AbstractIdentifiableGDPRConfiguration` to provide a specific representation of a processing purpose, which is a legitimate reason for a company to process personal data. It inherits the Id management and caching functionality from its parent class and offers a convenient `byId` method for retrieving instances by their unique Id.
Constructor and Description |
---|
ProcessingPurpose(electric.xml.Element element,
java.lang.String id)
Constructs a `ProcessingPurpose` with the given XML element and Id.
|
Modifier and Type | Method and Description |
---|---|
void |
addLegalBasis(java.lang.String legalBasisId)
Adds a processing legal basis Id to this data category.
|
static ProcessingPurpose |
byId(java.lang.String id)
Retrieves a `ProcessingPurpose` by its unique Id.
|
java.util.Collection<ProcessingLegalBasis> |
getLegalBases()
Returns the collection of processing legal bases associated with this data category.
|
void |
linkAndValidateGDPRObjects()
Links and validates the GDPR configuration elements.
|
getId, toString
getEl, releaseDefinitionSource
public ProcessingPurpose(electric.xml.Element element, java.lang.String id)
element
- The XML element representing this processing purpose.id
- The unique identifier for this processing purpose.public static ProcessingPurpose byId(java.lang.String id)
id
- The unique identifier of the processing purpose.null
if not found.public void addLegalBasis(java.lang.String legalBasisId)
legalBasisId
- The Id of the processing legal basis to add.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.
This implementation also verifies that the referenced processing legal bases exist.
linkAndValidateGDPRObjects
in interface GDPRConfigurationElementI
linkAndValidateGDPRObjects
in class AbstractIdentifiableGDPRConfiguration
public java.util.Collection<ProcessingLegalBasis> getLegalBases()
ProcessingLegalBasis
objects.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.