|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
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 () | |
Runs Post-processor scripts, in order as configured. Requires *all* Post-proc scripts to run successfully to return positive status.
Prepare everything so it's ready for processing.
| boolean | True 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.
| boolean | True if task shall proceed. False if not. |
Reimplemented from CITask.
1.7.6.1