NotificationEvent#
NAME#
Kernel::System::Command::ExportImport::NotificationEvent
DESCRIPTION#
NotificationEvent related functions to import/export command behavior.
PUBLIC INTERFACE#
new()#
Don’t use the constructor directly, use the ObjectManager instead:
my $CommandExportImportNotificationEventObject = $Kernel::OM->Get('Kernel::System::Command::ExportImport::Base');
ExportConfigure()#
add options/arguments to the command
my %OptionsConfig = $CommandExportImportNotificationEventObject->ExportConfigure( %Params );
ExportPreCheck()#
performs pre check for exporting
my $Success = $CommandExportImportNotificationEventObject->ExportPreCheck( %Params );
ExportHandle()#
perform command export operation
my $Result = $CommandExportImportNotificationEventObject->ExportHandle( %Params );