PostMasterFilter#

NAME#

Kernel::System::Command::ExportImport::PostMasterFilter

DESCRIPTION#

PostMasterFilter functions to handle import/export command behavior.

PUBLIC INTERFACE#

new()#

Don’t use the constructor directly, use the ObjectManager instead:

my $CommandExportImportPostMasterFilterObject = $Kernel::OM->Get('Kernel::System::Command::ExportImport::PostMasterFilter');

ExportConfigure()#

add options/arguments to the command

my $Success = $CommandExportImportPostMasterFilterObject->ExportConfigure( %Params );

ExportPreCheck()#

performs pre check for exporting

my $Success = $CommandExportImportPostMasterFilterObject->ExportPreCheck( %Params );

ExportHandle()#

perform command export operation

my $Result = $CommandExportImportPostMasterFilterObject->ExportHandle( %Params );