Kernel::System::ProcessManagement::TransitionValidation::ValidateDemo - Demo for Transition Validation Module
All ValidateDemo functions.
Don't use the constructor directly, use the ObjectManager instead:
my $ValidateDemoObject = $Kernel::OM->Get('Kernel::System::ProcessManagement::TransitionValidation::ValidateDemo');
Validate Data my $ValidateResult = $ValidateModuleObject->Validate( Data => { Queue => 'Raw', # ... }, ); Returns: $ValidateResult = 1; # or undef, only returns 1 if Queue is 'Raw' );
This software is part of the OTRS project (https://otrs.org/).
This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.