|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilCronJobEntity. More...
Collaboration diagram for ilCronJobEntity:Public Member Functions | |
| __construct (ilCronJob $job, array $record, bool $isPlugin=false) | |
| ilCronJobEntity constructor. More... | |
| getJob () | |
| getJobId () | |
| getComponent () | |
| getScheduleType () | |
| getScheduleValue () | |
| getJobStatus () | |
| getJobStatusUsrId () | |
| getJobStatusType () | |
| getJobStatusTimestamp () | |
| getJobResultStatus () | |
| getJobResultUsrId () | |
| getJobResultCode () | |
| getJobResultMessage () | |
| getJobResultType () | |
| getJobResultTimestamp () | |
| getClass () | |
| getPath () | |
| getRunningTimestamp () | |
| getJobResultDuration () | |
| getAliveTimestamp () | |
| isPlugin () | |
| getEffectiveScheduleType () | |
| getEffectiveScheduleValue () | |
| getEffectiveTitle () | |
Private Member Functions | |
| mapRecord (array $record) | |
Class ilCronJobEntity.
Definition at line 7 of file class.ilCronJobEntity.php.
| ilCronJobEntity::__construct | ( | ilCronJob | $job, |
| array | $record, | ||
| bool | $isPlugin = false |
||
| ) |
ilCronJobEntity constructor.
| ilCronJob | $job | |
| array | $record | |
| bool | $isPlugin |
Definition at line 59 of file class.ilCronJobEntity.php.
References $isPlugin, $job, isPlugin(), and mapRecord().
Here is the call graph for this function:| ilCronJobEntity::getAliveTimestamp | ( | ) |
Definition at line 247 of file class.ilCronJobEntity.php.
References $aliveTimestamp.
Referenced by ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getClass | ( | ) |
Definition at line 215 of file class.ilCronJobEntity.php.
References $class.
| ilCronJobEntity::getComponent | ( | ) |
Definition at line 111 of file class.ilCronJobEntity.php.
References $component.
Referenced by ilCronManagerTableFilterMediator\filter(), ilCronManagerTableFilterMediator\filteredJobs(), getEffectiveTitle(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getEffectiveScheduleType | ( | ) |
Definition at line 263 of file class.ilCronJobEntity.php.
References $type, getJob(), and getScheduleType().
Referenced by ilCronManagerTableFilterMediator\filteredJobs(), ilCronManagerTableGUI\formatSchedule(), and ilCronManagerTableGUI\populate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronJobEntity::getEffectiveScheduleValue | ( | ) |
Definition at line 276 of file class.ilCronJobEntity.php.
References $type, getJob(), getScheduleType(), and getScheduleValue().
Referenced by ilCronManagerTableGUI\formatSchedule(), and ilCronManagerTableGUI\populate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronJobEntity::getEffectiveTitle | ( | ) |
Definition at line 290 of file class.ilCronJobEntity.php.
References getComponent(), getJob(), getJobId(), and isPlugin().
Referenced by ilCronManagerTableFilterMediator\filteredJobs(), and ilCronManagerTableGUI\populate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronJobEntity::getJob | ( | ) |
Definition at line 95 of file class.ilCronJobEntity.php.
References $job.
Referenced by getEffectiveScheduleType(), getEffectiveScheduleValue(), getEffectiveTitle(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getJobId | ( | ) |
Definition at line 103 of file class.ilCronJobEntity.php.
References $jobId.
Referenced by getEffectiveTitle(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultCode | ( | ) |
Definition at line 183 of file class.ilCronJobEntity.php.
References $jobResultCode.
Referenced by ilCronManagerTableGUI\formatResultInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultDuration | ( | ) |
Definition at line 239 of file class.ilCronJobEntity.php.
References $jobResultDuration.
Referenced by ilCronManagerTableGUI\formatResultInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultMessage | ( | ) |
Definition at line 191 of file class.ilCronJobEntity.php.
References $jobResultMessage.
Referenced by ilCronManagerTableGUI\formatResultInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultStatus | ( | ) |
Definition at line 167 of file class.ilCronJobEntity.php.
References $jobResultStatus.
Referenced by ilCronManagerTableFilterMediator\filteredJobs(), ilCronManagerTableGUI\formatResult(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultTimestamp | ( | ) |
Definition at line 207 of file class.ilCronJobEntity.php.
References $jobResultTimestamp.
Referenced by ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultType | ( | ) |
Definition at line 199 of file class.ilCronJobEntity.php.
References $jobResultType.
Referenced by ilCronManagerTableGUI\formatResultInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobResultUsrId | ( | ) |
Definition at line 175 of file class.ilCronJobEntity.php.
References $jobResultUsrId.
Referenced by ilCronManagerTableGUI\formatResultInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobStatus | ( | ) |
Definition at line 135 of file class.ilCronJobEntity.php.
References $jobStatus.
Referenced by ilCronManagerTableFilterMediator\filteredJobs(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getJobStatusTimestamp | ( | ) |
Definition at line 159 of file class.ilCronJobEntity.php.
References $jobStatusTimestamp.
Referenced by ilCronManagerTableGUI\formatStatusInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobStatusType | ( | ) |
Definition at line 151 of file class.ilCronJobEntity.php.
References $jobStatusType.
Referenced by ilCronManagerTableGUI\formatStatusInfo().
Here is the caller graph for this function:| ilCronJobEntity::getJobStatusUsrId | ( | ) |
Definition at line 143 of file class.ilCronJobEntity.php.
References $jobStatusUsrId.
Referenced by ilCronManagerTableGUI\formatStatusInfo().
Here is the caller graph for this function:| ilCronJobEntity::getPath | ( | ) |
Definition at line 223 of file class.ilCronJobEntity.php.
References $path.
| ilCronJobEntity::getRunningTimestamp | ( | ) |
Definition at line 231 of file class.ilCronJobEntity.php.
References $runningTimestamp.
Referenced by ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getScheduleType | ( | ) |
Definition at line 119 of file class.ilCronJobEntity.php.
References $scheduleType.
Referenced by getEffectiveScheduleType(), getEffectiveScheduleValue(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:| ilCronJobEntity::getScheduleValue | ( | ) |
Definition at line 127 of file class.ilCronJobEntity.php.
References $scheduleValue.
Referenced by getEffectiveScheduleValue().
Here is the caller graph for this function:| ilCronJobEntity::isPlugin | ( | ) |
Definition at line 255 of file class.ilCronJobEntity.php.
References $isPlugin.
Referenced by __construct(), ilCronManagerTableFilterMediator\filter(), ilCronManagerTableFilterMediator\filteredJobs(), getEffectiveTitle(), and ilCronManagerTableGUI\populate().
Here is the caller graph for this function:
|
private |
| array<string,null|string> | $record |
Definition at line 69 of file class.ilCronJobEntity.php.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 51 of file class.ilCronJobEntity.php.
Referenced by getAliveTimestamp().
|
private |
Definition at line 43 of file class.ilCronJobEntity.php.
Referenced by getClass().
|
private |
Definition at line 17 of file class.ilCronJobEntity.php.
Referenced by getComponent().
|
private |
Definition at line 12 of file class.ilCronJobEntity.php.
Referenced by __construct(), and isPlugin().
|
private |
Definition at line 10 of file class.ilCronJobEntity.php.
Referenced by __construct(), and getJob().
|
private |
Definition at line 15 of file class.ilCronJobEntity.php.
Referenced by getJobId().
|
private |
Definition at line 35 of file class.ilCronJobEntity.php.
Referenced by getJobResultCode().
|
private |
Definition at line 49 of file class.ilCronJobEntity.php.
Referenced by getJobResultDuration().
|
private |
Definition at line 37 of file class.ilCronJobEntity.php.
Referenced by getJobResultMessage().
|
private |
Definition at line 31 of file class.ilCronJobEntity.php.
Referenced by getJobResultStatus().
|
private |
Definition at line 41 of file class.ilCronJobEntity.php.
Referenced by getJobResultTimestamp().
|
private |
Definition at line 39 of file class.ilCronJobEntity.php.
Referenced by getJobResultType().
|
private |
Definition at line 33 of file class.ilCronJobEntity.php.
Referenced by getJobResultUsrId().
|
private |
Definition at line 23 of file class.ilCronJobEntity.php.
Referenced by getJobStatus().
|
private |
Definition at line 29 of file class.ilCronJobEntity.php.
Referenced by getJobStatusTimestamp().
|
private |
Definition at line 27 of file class.ilCronJobEntity.php.
Referenced by getJobStatusType().
|
private |
Definition at line 25 of file class.ilCronJobEntity.php.
Referenced by getJobStatusUsrId().
|
private |
Definition at line 45 of file class.ilCronJobEntity.php.
Referenced by getPath().
|
private |
Definition at line 47 of file class.ilCronJobEntity.php.
Referenced by getRunningTimestamp().
|
private |
Definition at line 19 of file class.ilCronJobEntity.php.
Referenced by getScheduleType().
|
private |
Definition at line 21 of file class.ilCronJobEntity.php.
Referenced by getScheduleValue().