public class GDPRRetentionPurgeService extends GDPRRetentionService
This service identifies entities with business objects requiring data purging to adhere to GDPR laws and purges those objects past their set earliest deletion date.
Note: This service must run as a backend process (i.e., without a user), because purging is irreversible and thus is not allowed otherwise for security reasons.
Constructor and Description |
---|
GDPRRetentionPurgeService(DBManLocalI dbMan)
Constructor for GDPRRetentionPurgeService, which initializes the service.
|
Modifier and Type | Method and Description |
---|---|
void |
runService()
Triggers the processing of entities to purge all business objects from the database
that surpassed the GDPR earliest deletion date.
|
close
public GDPRRetentionPurgeService(DBManLocalI dbMan)
dbMan
- The DBManLocalI used for database operations.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.