public class DataRetentionPolicy extends GDPRConfigurationElement
This class defines a specific policy for retaining personal data, including the country, data category, duration, start date, trigger, evaluation frequency, last assessment date, and whether rights and freedoms have been assessed. It also includes a collection of associated law Ids to support the policy.
The `trigger` attribute defines the event that initiates the retention period (e.g., contract conclusion, last activity). The `evaluationFrequency` attribute specifies how often the retention policy should be evaluated and applied.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAST_ASSESSMENT_DATE_STRING |
static java.lang.String |
TIMEZONE_ID_LUXEMBOURG |
Constructor and Description |
---|
DataRetentionPolicy(electric.xml.Element element,
java.lang.String categoryId)
Constructs a `DataRetentionPolicy` with the specified details.
|
Modifier and Type | Method and Description |
---|---|
void |
addLaw(java.lang.String lawId)
Adds a law Id to this data retention policy.
|
DataCategory |
getCategory()
Returns the data category this policy applies to.
|
java.lang.String |
getCountryISOCode()
Returns the ISO code of the country for which this policy applies or "EU" for the European Union.
|
DataRetentionEvaluationFrequency |
getEvaluationFrequency()
Returns the frequency at which the data retention policy is (re)evaluated.
|
GDPRArea |
getGDPRArea()
Returns the GDPR area where this policy applies.
|
java.util.Date |
getLastAssessmentDate()
Returns the date of the last assessment of the data retention policy.
|
java.util.Collection<Law> |
getLaws()
Returns the collection of laws associated with this data retention policy.
|
java.time.Period |
getPeriod()
Returns the the data retention period.
|
DataRetentionStart |
getStart()
Returns the start of the data retention period.
|
DataRetentionTrigger |
getTrigger()
Returns the trigger for initiating the data retention period.
|
boolean |
isRightsAndFreedomsAssessed()
Indicates whether the rights and freedoms of data subjects have been assessed for this policy.
|
void |
linkAndValidateGDPRObjects()
Links and validates the GDPR configuration elements.
|
void |
setEvaluationFrequency(DataRetentionEvaluationFrequency evaluationFrequency)
Sets the evaluation frequency for the policy.
|
void |
setGDPRArea(GDPRArea gDPRArea)
Sets the area of data retention for this policy.
|
void |
setLastAssessmentDate(java.util.Date lastAssessmentDate)
Sets the last assessment date of data retention.
|
void |
setPeriod(java.time.Period period)
Sets the data retention period for this policy.
|
void |
setRightsAndFreedomsAssessed(boolean rightsAndFreedomsAssessed)
Sets the rightsAndFreedomsAssessed state of data retention.
|
void |
setStart(DataRetentionStart start)
Sets the data retention start for this policy.
|
void |
setTrigger(DataRetentionTrigger trigger)
Sets the trigger for initiating the retention period of this policy.
|
java.lang.String |
toString()
Returns a string representation of this GDPR configuration element.
|
getEl, releaseDefinitionSource
public static final java.lang.String LAST_ASSESSMENT_DATE_STRING
public static final java.lang.String TIMEZONE_ID_LUXEMBOURG
public DataRetentionPolicy(electric.xml.Element element, java.lang.String categoryId)
element
- The XML element representing this data retention policy.categoryId
- The Id of the data category.public void setGDPRArea(GDPRArea gDPRArea)
gDPRArea
- The GDPR area to set.public void setPeriod(java.time.Period period)
period
- The period to set.public void setStart(DataRetentionStart start)
start
- The start to set.public void setTrigger(DataRetentionTrigger trigger)
trigger
- The trigger to set.public void setEvaluationFrequency(DataRetentionEvaluationFrequency evaluationFrequency)
evaluationFrequency
- The evaluation frequency to set.public void setLastAssessmentDate(java.util.Date lastAssessmentDate)
lastAssessmentDate
- The last assessment date to set.public void setRightsAndFreedomsAssessed(boolean rightsAndFreedomsAssessed)
rightsAndFreedomsAssessed
- A boolean representing if rights and freedoms were assessed.public void addLaw(java.lang.String lawId)
lawId
- The Id of the law 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 also verifies that the referenced data category and all referenced laws exist.
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 all relevant details of the data retention policy in the string representation.
toString
in interface GDPRConfigurationElementI
toString
in class java.lang.Object
public GDPRArea getGDPRArea()
public java.lang.String getCountryISOCode()
public DataCategory getCategory()
public java.time.Period getPeriod()
public DataRetentionStart getStart()
public DataRetentionTrigger getTrigger()
public DataRetentionEvaluationFrequency getEvaluationFrequency()
public java.util.Date getLastAssessmentDate()
public boolean isRightsAndFreedomsAssessed()
true
if rights and freedoms have been assessed, false
otherwise.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.