|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
Public Member Functions | |
| __construct (&$CIFolder) | |
Public Attributes | |
| const | TASK_LABEL = 'Wait for files' |
Task Settings | |
Names of config settings used by this task | |
| const | CONF_FILES_WAIT = 'FILES_WAIT' |
| Patterns of files to wait for. | |
Common task functions | |
| init () | |
| run () | |
| loadSettings () | |
Checks if certain file/folder entries in this folder are present which are configured as FILES_WAIT.
This is handy in cases where an Item is incomplete for a longer period of time, and considered ready for processing until certain files are present.
Prepare everything so it's ready for processing.
| boolean | True if task shall proceed. False if not. |
Reimplemented from TaskFilesMatch.
| TaskFilesWait::loadSettings | ( | ) | [protected] |
Load settings from config that are relevant for this task.
| boolean | True if everything went fine. False if not. |
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