Package | Description |
---|---|
org.apache.manifoldcf.crawler.interfaces | |
org.apache.manifoldcf.crawler.jobs | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Method and Description |
---|---|
JobStatus[] |
IJobManager.getAllStatus()
Get a list of all jobs, and their status information.
|
JobStatus[] |
IJobManager.getAllStatus(boolean includeCounts)
Get a list of all jobs, and their status information.
|
JobStatus[] |
IJobManager.getAllStatus(boolean includeCounts,
int maxCount)
Get a list of all jobs, and their status information.
|
JobStatus[] |
IJobManager.getFinishedJobs()
Get a list of completed jobs, and their statistics.
|
JobStatus[] |
IJobManager.getFinishedJobs(boolean includeCounts)
Get a list of completed jobs, and their statistics.
|
JobStatus[] |
IJobManager.getFinishedJobs(boolean includeCounts,
int maxCount)
Get a list of completed jobs, and their statistics.
|
JobStatus[] |
IJobManager.getRunningJobs()
Get a list of running jobs.
|
JobStatus[] |
IJobManager.getRunningJobs(boolean includeCounts)
Get a list of running jobs.
|
JobStatus[] |
IJobManager.getRunningJobs(boolean includeCounts,
int maxCount)
Get a list of running jobs.
|
JobStatus |
IJobManager.getStatus(java.lang.Long jobID)
Get the status of a job.
|
JobStatus |
IJobManager.getStatus(java.lang.Long jobID,
boolean includeCounts)
Get the status of a job.
|
JobStatus |
IJobManager.getStatus(java.lang.Long jobID,
boolean includeCounts,
int maxCount)
Get the status of a job.
|
Modifier and Type | Method and Description |
---|---|
JobStatus[] |
JobManager.getAllStatus()
Get a list of all jobs, and their status information.
|
JobStatus[] |
JobManager.getAllStatus(boolean includeCounts)
Get a list of all jobs, and their status information.
|
JobStatus[] |
JobManager.getAllStatus(boolean includeCounts,
int maxCount)
Get a list of all jobs, and their status information.
|
JobStatus[] |
JobManager.getFinishedJobs()
Get a list of completed jobs, and their statistics.
|
JobStatus[] |
JobManager.getFinishedJobs(boolean includeCounts)
Get a list of completed jobs, and their statistics.
|
JobStatus[] |
JobManager.getFinishedJobs(boolean includeCounts,
int maxCount)
Get a list of completed jobs, and their statistics.
|
JobStatus[] |
JobManager.getRunningJobs()
Get a list of running jobs.
|
JobStatus[] |
JobManager.getRunningJobs(boolean includeCounts)
Get a list of running jobs.
|
JobStatus[] |
JobManager.getRunningJobs(boolean includeCounts,
int maxCount)
Get a list of running jobs.
|
JobStatus |
JobManager.getStatus(java.lang.Long jobID)
Get the status of a job.
|
JobStatus |
JobManager.getStatus(java.lang.Long jobID,
boolean includeCounts)
Get the status of a job.
|
JobStatus |
JobManager.getStatus(java.lang.Long jobID,
boolean includeCounts,
int maxCount)
Get the status of a job.
|
protected JobStatus[] |
JobManager.makeJobStatus(java.lang.String whereClause,
java.util.ArrayList whereParams,
boolean includeCounts,
int maxCount)
Make a job status array from a query result.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.formatJobStatus(ConfigurationNode jobStatusNode,
JobStatus jobStatus)
Format a job status.
|