Uses of Class
org.apache.manifoldcf.crawler.interfaces.JobStatus
-
Packages that use JobStatus Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs org.apache.manifoldcf.crawler.system -
-
Uses of JobStatus in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return JobStatus Modifier and Type Method 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.JobStatusIJobManager. getStatus(java.lang.Long jobID)Get the status of a job.JobStatusIJobManager. getStatus(java.lang.Long jobID, boolean includeCounts)Get the status of a job.JobStatusIJobManager. getStatus(java.lang.Long jobID, boolean includeCounts, int maxCount)Get the status of a job. -
Uses of JobStatus in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return JobStatus Modifier and Type Method 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.JobStatusJobManager. getStatus(java.lang.Long jobID)Get the status of a job.JobStatusJobManager. getStatus(java.lang.Long jobID, boolean includeCounts)Get the status of a job.JobStatusJobManager. 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. -
Uses of JobStatus in org.apache.manifoldcf.crawler.system
Methods in org.apache.manifoldcf.crawler.system with parameters of type JobStatus Modifier and Type Method Description protected static voidManifoldCF. formatJobStatus(ConfigurationNode jobStatusNode, JobStatus jobStatus)Format a job status.
-