|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| HIPO_Job_Sync_CMIS_Bridge ($code_name='') | |
| getCodeName () | |
| getHipoName () | |
| getInitialStepData () | |
| prepare () | |
| freestyle () | |
| processTrashFiles (&$step_data, $prefix) | |
| processUpdateFiles (&$step_data, $prefix) | |
| processCreateFiles (&$step_data, $prefix) | |
Public Member Functions inherited from HIPO_Job | |
| HIPO_Job ($code_name='') | |
| getCodeName () | |
| getHipoName () | |
| getInitialStepData () | |
| complete () | |
| percentDone () | |
| & | getRunningVars () |
| setRunningVars (&$vars) | |
| setOption ($name, $value) | |
| getOption ($name) | |
| setHipoVar ($name, $value) | |
| getHipoVar ($name) | |
| _addError ($error, $warning=FALSE) | |
| getErrors () | |
| prepare () | |
| initialise ($source_code_name=NULL) | |
| getThreshold () | |
| getThresholdPercentageRequired () | |
| freestyle () | |
| load ($code_name) | |
| save ($ignore_running_mode=FALSE) | |
| _updateProgress () | |
| _renewLastUpdated ($new_time=NULL) | |
| & | _getSubJob () |
| getInitialiseMode () | |
| setRunningMode ($mode, $server_taskid='') | |
| getRunningMode () | |
| autoStep () | |
| getNextStep () | |
| skipStep ($stepid=0) | |
| paint (&$o, $nested=FALSE) | |
| process () | |
| processWeb (&$step_data, $prefix) | |
| processServer (&$step_data, $prefix) | |
| abort ($abort_source=TRUE, $abort_dependant=TRUE) | |
| jobAborted () | |
| _paintErrorReport () | |
| paintStepDefault (&$step_data, &$o, $prefix) | |
| _errorHandler ($err_no, $err_msg, $err_file, $err_line) | |
| getDependantHipoJob () | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Additional Inherited Members | |
Static Public Member Functions inherited from HIPO_Job | |
| static | paintConfig (&$o, $class, $write_access) |
| static | getConfigVars () |
| static | paintProgressBar ($percent_done, $message='', $label_class='sq-hipo-progress-bar-label', $percent_class='sq-hipo-progress-bar-percent', $bar_main_class='sq-hipo-progress-bar-main', $bar_done_class='sq-hipo-progress-bar-done') |
Data Fields inherited from HIPO_Job | |
| $code_name = '' | |
| $source_code_name = '' | |
| $userid = 0 | |
| $last_updated = 0 | |
| $hipo_name = '' | |
| $is_prepared = FALSE | |
| $uses_trans = TRUE | |
| $_hipo_vars | |
| $_options | |
| $_running_vars = Array() | |
| $_current_mode = 'web' | |
| $_steps = Array() | |
Definition at line 28 of file hipo_job_sync_cmis_bridge.inc.
| freestyle | ( | ) |
Performs the duties of this hipo, without showing any output on the frontend.
Definition at line 188 of file hipo_job_sync_cmis_bridge.inc.
| getCodeName | ( | ) |
Returns a unique id for this job
Definition at line 51 of file hipo_job_sync_cmis_bridge.inc.
| getHipoName | ( | ) |
Returns the (localised) HIPO name
Definition at line 68 of file hipo_job_sync_cmis_bridge.inc.
| getInitialStepData | ( | ) |
Returns the steps in this hipo, possibly with localised step names and messages
Definition at line 82 of file hipo_job_sync_cmis_bridge.inc.
| HIPO_Job_Sync_CMIS_Bridge | ( | $code_name = '' | ) |
Constructor
| string | $code_name | a unique codename the HIPO |
Definition at line 37 of file hipo_job_sync_cmis_bridge.inc.
| prepare | ( | ) |
Prepares the running vars and gets the children of the assets in question.
Definition at line 135 of file hipo_job_sync_cmis_bridge.inc.
| processCreateFiles | ( | & | $step_data, |
| $prefix | |||
| ) |
Create Files
| array | &$step_data | a reference to the array of information about the current step |
| string | $prefix | prefix for form vars |
Definition at line 339 of file hipo_job_sync_cmis_bridge.inc.
| processTrashFiles | ( | & | $step_data, |
| $prefix | |||
| ) |
Trash Files
| array | &$step_data | a reference to the array of information about the current step |
| string | $prefix | prefix for form vars |
Definition at line 222 of file hipo_job_sync_cmis_bridge.inc.
| processUpdateFiles | ( | & | $step_data, |
| $prefix | |||
| ) |
Update Files
| array | &$step_data | a reference to the array of information about the current step |
| string | $prefix | prefix for form vars |
Definition at line 262 of file hipo_job_sync_cmis_bridge.inc.