Reads the FileLevelInfo within the given node.
The node is assumed to be on the following from:
<>
<Info From="" To"" Phase="" Reason="" User="" Done="" />
.
Sets the job state to redirect in the database.
The stored procedure does the following:
1) Adds a finish entry for the job.
2) Adds the redirect entry for the job.
3) Adds an assign entry if the job has the right to do so.
Copyright (c) 2006-2007 by Bibliotheca Alexandrina
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
Sets the job state to reject in the database.
The stored procedure does the following:
1) Adds the reject entry for the job.
2) Adds an assign entry if the job has the right to do so.
Copyright (c) 2006-2007 by Bibliotheca Alexandrina
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This is the main entry point for this Object/Class, it retrieves the given Job from the specified Media using the indicated Retrieval Plugin,
then assigns the Job to the Given User/Phase/Job Type.