Uses of Interface
org.apache.manifoldcf.crawler.interfaces.IJobDescription
- 
Packages that use IJobDescription Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs org.apache.manifoldcf.crawler.system  - 
- 
Uses of IJobDescription in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces that return IJobDescription Modifier and Type Method Description IJobDescriptionIJobManager. createJob()Create a new job.IJobDescription[]IJobManager. findJobsForConnection(java.lang.String connectionName)Get the job IDs associated with a given connection name.IJobDescription[]IJobManager. getAllJobs()Load a sorted list of job descriptions.IJobDescriptionIJobManager. load(java.lang.Long id)Load a job for editing.IJobDescriptionIJobManager. load(java.lang.Long id, boolean readOnly)Load a job.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type IJobDescription Modifier and Type Method Description voidIJobManager. save(IJobDescription jobDescription)Save a job.Method parameters in org.apache.manifoldcf.crawler.interfaces with type arguments of type IJobDescription Modifier and Type Method Description voidIJobManager. finishJobResumes(long timestamp, java.util.List<IJobDescription> modifiedJobs)Complete the sequence that resumes jobs, either from a pause or from a scheduling window wait.voidIJobManager. finishJobStops(long timestamp, java.util.List<IJobDescription> modifiedJobs, java.util.List<java.lang.Integer> stopNotificationTypes)Complete the sequence that stops jobs, either for abort, pause, or because of a scheduling window.voidIJobManager. resetJobs(long currentTime, java.util.List<IJobDescription> resetJobs)Reset eligible jobs either back to the "inactive" state, or make them active again. - 
Uses of IJobDescription in org.apache.manifoldcf.crawler.jobs
Classes in org.apache.manifoldcf.crawler.jobs that implement IJobDescription Modifier and Type Class Description classJobDescriptionThis is a paper object describing a job.Methods in org.apache.manifoldcf.crawler.jobs that return IJobDescription Modifier and Type Method Description IJobDescriptionJobs. create()Create a job.IJobDescriptionJobManager. createJob()Create a new job.IJobDescription[]JobManager. findJobsForConnection(java.lang.String connectionName)Get the job IDs associated with a given connection name.IJobDescription[]Jobs. findJobsForConnection(java.lang.String connectionName)Get the job IDs associated with a given connection name.IJobDescription[]Jobs. getAll()Get a list of all jobs which are not in the process of being deleted already.IJobDescription[]JobManager. getAllJobs()Load a sorted list of job descriptions.IJobDescriptionJobManager. load(java.lang.Long id)Load a job for editing.IJobDescriptionJobManager. load(java.lang.Long id, boolean readOnly)Load a job.IJobDescriptionJobs. load(java.lang.Long id, boolean readOnly)Load a job for editing.IJobDescription[]Jobs. loadMultiple(java.lang.Long[] ids, boolean[] readOnlies)Load multiple jobs for editing.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type IJobDescription Modifier and Type Method Description booleanHopFilterManager. compareRows(java.lang.Long ownerID, IJobDescription list)Compare a filter list against what's in a job description.booleanNotificationManager. compareRows(java.lang.Long ownerID, IJobDescription job)Compare rows in job description with what's currently in the database.booleanPipelineManager. compareRows(java.lang.Long ownerID, IJobDescription job)Compare rows in job description with what's currently in the database.protected intJobs. loadMultipleInternal(IJobDescription[] rval, int outputIndex, java.lang.Long[] ids, boolean[] readOnlies, int inputIndex, int length)voidJobManager. save(IJobDescription jobDescription)Save a job.voidJobs. save(IJobDescription jobDescription)Save a job description.voidHopFilterManager. writeRows(java.lang.Long ownerID, IJobDescription list)Write a filter list into the database.voidNotificationManager. writeRows(java.lang.Long ownerID, IJobDescription job)Write a pipeline list into the database.voidPipelineManager. writeRows(java.lang.Long ownerID, IJobDescription job)Write a pipeline list into the database.voidScheduleManager. writeRows(java.lang.Long ownerID, IJobDescription list)Write a schedule list into the database.Method parameters in org.apache.manifoldcf.crawler.jobs with type arguments of type IJobDescription Modifier and Type Method Description voidJobManager. finishJobResumes(long timestamp, java.util.List<IJobDescription> modifiedJobs)Complete the sequence that resumes jobs, either from a pause or from a scheduling window wait.voidJobManager. finishJobStops(long timestamp, java.util.List<IJobDescription> modifiedJobs, java.util.List<java.lang.Integer> stopNotificationTypes)Complete the sequence that stops jobs, either for abort, pause, or because of a scheduling window.voidJobManager. resetJobs(long currentTime, java.util.List<IJobDescription> resetJobs)Reset eligible jobs either back to the "inactive" state, or make them active again. - 
Uses of IJobDescription in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as IJobDescription Modifier and Type Field Description protected IJobDescriptionPipelineSpecificationBasic. jobprotected IJobDescriptionDocumentCleanupSet. jobDescriptionThe job description for this set of documents.protected IJobDescriptionDocumentDeleteSet. jobDescriptionThe job description for this set of documents.protected IJobDescriptionQueuedDocumentSet. jobDescriptionThe job description that applies to this document set.Methods in org.apache.manifoldcf.crawler.system that return IJobDescription Modifier and Type Method Description IJobDescriptionDocumentCleanupSet. getJobDescription()Get the job description.IJobDescriptionDocumentDeleteSet. getJobDescription()Get the job description.IJobDescriptionQueuedDocumentSet. getJobDescription()Get the job description.Methods in org.apache.manifoldcf.crawler.system with parameters of type IJobDescription Modifier and Type Method Description protected static voidJobResetThread. doEndNotifications(IJobDescription jobDescription, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)protected static voidJobResetThread. doStopNotifications(IJobDescription jobDescription, int notificationType, INotificationConnectionManager notificationManager, INotificationConnectorPool notificationPool)protected static voidManifoldCF. formatJobDescription(ConfigurationNode jobNode, IJobDescription job)Convert a job description into a ConfigurationNode.Constructors in org.apache.manifoldcf.crawler.system with parameters of type IJobDescription Constructor Description DocumentCleanupSet(CleanupQueuedDocument[] documents, IJobDescription jobDescription)Constructor.DocumentDeleteSet(DeleteQueuedDocument[] documents, IJobDescription jobDescription)Constructor.PipelineSpecification(IPipelineConnections connections, IJobDescription job, IIncrementalIngester ingester)PipelineSpecificationBasic(IJobDescription job)QueuedDocumentSet(java.util.List<QueuedDocument> documents, IJobDescription jobDescription, IRepositoryConnection connection)Constructor. 
 -