CInbox (Common-Inbox)  0.1
Common functionality for ingesting files for archiving.
Public Member Functions | Public Attributes | Protected Attributes
TaskPostProcs Class Reference
Inheritance diagram for TaskPostProcs:
TaskExec CITask

List of all members.

Public Member Functions

 __construct (&$CIFolder)

Public Attributes

const TASK_LABEL = 'Run Post-Processors'
const CONF_POSTPROCS = 'POSTPROCS'

Protected Attributes

 $postProcs

Common task functions

 init ()
 run ()
 loadSettings ()

Detailed Description

Runs Post-processor scripts, in order as configured. Requires *all* Post-proc scripts to run successfully to return positive status.

Author:
Peter Bubestinger-Steindl (pb@av-rd.com)
See also:

Member Function Documentation

Prepare everything so it's ready for processing.

Return values:
booleanTrue if task shall proceed. False if not.

Reimplemented from CITask.

TaskPostProcs::loadSettings ( ) [protected]

Load settings from config that are relevant for this task.

Reimplemented from CITask.

Perform the actual steps of this task.

Return values:
booleanTrue if task shall proceed. False if not.

Reimplemented from CITask.


The documentation for this class was generated from the following file:
 All Classes Functions Variables