public class ProcessingLegalBasis extends AbstractIdentifiableGDPRConfiguration
This class extends `AbstractIdentifiableGDPRConfiguration` to define a specific legal basis for processing personal data, as required by the GDPR. 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 |
|---|
ProcessingLegalBasis(electric.xml.Element element,
java.lang.String id)
Constructs a `ProcessingLegalBasis` with the given XML element and Id.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessingLegalBasis |
byId(java.lang.String id)
Retrieves a `ProcessingLegalBasis` by its unique Id.
|
getId, linkAndValidateGDPRObjects, toStringgetEl, releaseDefinitionSourcepublic ProcessingLegalBasis(electric.xml.Element element,
java.lang.String id)
element - The XML element representing this processing legal basis.id - The unique identifier for this processing legal basis.public static ProcessingLegalBasis byId(java.lang.String id)
id - The unique identifier of the processing legal basis.null if not found.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.