Uses of Class
org.apache.manifoldcf.crawler.interfaces.JobDeleteRecord
-
Packages that use JobDeleteRecord Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs -
-
Uses of JobDeleteRecord in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return JobDeleteRecord Modifier and Type Method Description JobDeleteRecord[]IJobManager. getJobsReadyForDeleteCleanup(java.lang.String processID)Get the list of jobs that are ready for delete cleanup. -
Uses of JobDeleteRecord in org.apache.manifoldcf.crawler.jobs
Methods in org.apache.manifoldcf.crawler.jobs that return JobDeleteRecord Modifier and Type Method Description JobDeleteRecord[]JobManager. getJobsReadyForDeleteCleanup(java.lang.String processID)Get the list of jobs that are ready for delete cleanup.
-