NAME
Kernel::System::DataPrivacy – Functions to manage the data privacy protection functionality.
DESCRIPTION
All functions to manage the data privacy protection functionality.
PUBLIC INTERFACE
new()
Don't use the constructor directly, use the ObjectManager instead:
my $DataPrivacyObject = $Kernel::OM->Get('Kernel::System::DataPrivacy');
Verify()
Walks through all available rules and verifies their integrity.
DryRun()
Emulates an execution and shows, what would have been executed.
Execute()
Executes all tasks based on their related rules.
Detail()
Lookup detailed information for object id's.
LoadConfiguration()
Loads and prepares the rule configurations.
