The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ETLp::Audit::Browser::Model::FileProcess - Model Class for interacting with Runtime FileProcess Audit Records

SYNOPSIS

    use ETLp::Audit::Browser::Model::FileProcess;
    
    my $model = ETLp::Audit::Browser::Model::FileProcess->new();
    my $processes = $model->get_file_processes(item_id => 1013);
    

METHODS

get_file_processes

Returns a resultset on the ep_process table. It will grab 20 rows at a time, and is ordered by date_updated descending

Parameters

    * item_id. Optional. Filter by the parent item
    * file_id. Optional. Specific file processed
    * page. Integer. The page you wish to return. Defaults to 1
    

Returns

    * A DBIx::Class resultset
    

get_canonical_file

Given a file_id, return the canonical file record

LICENSE AND COPYRIGHT

Copyright 2010 Redbone Systems Ltd

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

The terms are in the LICENSE file that accompanies this application