Uses of Class
org.apache.manifoldcf.crawler.interfaces.DocumentDescription
-
Packages that use DocumentDescription Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.jobs org.apache.manifoldcf.crawler.system -
-
Uses of DocumentDescription in org.apache.manifoldcf.crawler.interfaces
Fields in org.apache.manifoldcf.crawler.interfaces declared as DocumentDescription Modifier and Type Field Description protected DocumentDescription[]DocumentSetAndFlags. documentSetMethods in org.apache.manifoldcf.crawler.interfaces that return DocumentDescription Modifier and Type Method Description DocumentDescription[]IJobManager. finishDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] parentIdentifierHashes, int hopcountMethod)Complete adding child documents to the queue, for a set of documents.DocumentDescriptionBlockingDocuments. getBlockingDocument()Pop a document from the set.DocumentDescription[]DocumentSetAndFlags. getDocumentSet()Get the document set.DocumentDescription[]IJobManager. getNextDeletableDocuments(java.lang.String processID, int n, long currentTime)Get list of deletable document descriptions.DocumentDescription[]IJobManager. getNextDocuments(java.lang.String processID, int n, long currentTime, long interval, BlockingDocuments blockingDocuments, PerformanceStatistics statistics, DepthStatistics scanRecord)Get up to the next n document(s) to be fetched and processed.DocumentDescription[]IJobManager. getNextNotYetProcessedReprioritizationDocuments(java.lang.String processID, int n)Get a list of not-yet-processed documents to reprioritize.DocumentDescription[]IJobManager. markDocumentCleanedUp(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]IJobManager. markDocumentCleanedUpMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]IJobManager. markDocumentDeleted(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentDeletedMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentExpired(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]IJobManager. markDocumentExpiredMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]IJobManager. markDocumentHopcountRemoval(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentHopcountRemovalMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type DocumentDescription Modifier and Type Method Description voidBlockingDocuments. addBlockingDocument(DocumentDescription dd)Add a document to the setvoidIJobManager. carrydownChangeDocument(DocumentDescription documentDescription, IPriorityCalculator docPriority)Requeue a document because of carrydown changes.voidIJobManager. carrydownChangeDocumentMultiple(DocumentDescription[] documentDescriptions, IPriorityCalculator[] docPriorities)Requeue a document set because of carrydown changes.voidIJobManager. deleteIngestedDocumentIdentifiers(DocumentDescription[] identifiers)Delete ingested document identifiers (as part of deleting the owning job).DocumentDescription[]IJobManager. markDocumentCleanedUp(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]IJobManager. markDocumentCleanedUpMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.voidIJobManager. markDocumentCompleted(DocumentDescription documentDescription)Note completion of document processing by a job thread of a document.voidIJobManager. markDocumentCompletedMultiple(DocumentDescription[] documentDescriptions)Note completion of document processing by a job thread of a document.DocumentDescription[]IJobManager. markDocumentDeleted(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentDeletedMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentExpired(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]IJobManager. markDocumentExpiredMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]IJobManager. markDocumentHopcountRemoval(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.DocumentDescription[]IJobManager. markDocumentHopcountRemovalMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.voidIJobManager. requeueDocument(DocumentDescription documentDescription, java.lang.Long executeTime, int action)Requeue a document for further processing in the future.voidIJobManager. requeueDocumentMultiple(DocumentDescription[] documentDescriptions, java.lang.Long[] executeTimes, int[] actions)Requeue a document for further processing in the future.voidIJobManager. resetCleaningDocument(DocumentDescription documentDescription, long checkTime)Reset a cleaning document back to its former state.voidIJobManager. resetCleaningDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of cleaning documents for further processing in the future.voidIJobManager. resetDeletingDocument(DocumentDescription documentDescription, long checkTime)Reset a deleting document back to its former state.voidIJobManager. resetDeletingDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of deleting documents for further processing in the future.voidIJobManager. resetDocument(DocumentDescription documentDescription, long executeTime, int action, long failTime, int failCount)Reset an active document back to its former state.voidIJobManager. resetDocumentMultiple(DocumentDescription[] documentDescriptions, long executeTime, int action, long failTime, int failCount)Reset documents for further processing in the future.voidIJobManager. writeDocumentPriorities(DocumentDescription[] descriptions, IPriorityCalculator[] priorities)Save a set of document priorities.Constructors in org.apache.manifoldcf.crawler.interfaces with parameters of type DocumentDescription Constructor Description DocumentSetAndFlags(DocumentDescription[] documentSet, boolean[] flags)Constructor. -
Uses of DocumentDescription in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs with type parameters of type DocumentDescription Modifier and Type Field Description protected java.util.List<DocumentDescription>JobManager.ThrottleLimit. blockingDocumentArrayMethods in org.apache.manifoldcf.crawler.jobs that return DocumentDescription Modifier and Type Method Description protected DocumentDescription[]JobManager. calculateAffectedDeleteCarrydownChildren(java.lang.Long jobID, java.lang.String[] docIDHashes)Helper method: Find the document descriptions that will be affected due to carrydown row deletions.protected DocumentDescription[]JobManager. calculateAffectedRestoreCarrydownChildren(java.lang.Long jobID, java.lang.String[] parentIDHashes)Helper method: Calculate the unique set of affected carrydown children resulting from a "restoreRecords" operation.protected DocumentDescription[]JobManager. doDeleteMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete documents with no repercussions.DocumentDescription[]JobManager. finishDocuments(java.lang.Long jobID, java.lang.String[] legalLinkTypes, java.lang.String[] parentIdentifierHashes, int hopcountMethod)Complete adding child documents to the queue, for a set of documents.DocumentDescription[]JobManager. getNextDeletableDocuments(java.lang.String processID, int maxCount, long currentTime)Get list of deletable document descriptions.DocumentDescription[]JobManager. getNextDocuments(java.lang.String processID, int n, long currentTime, long interval, BlockingDocuments blockingDocuments, PerformanceStatistics statistics, DepthStatistics scanRecord)/** Get up to the next n document(s) to be fetched and processed.DocumentDescription[]JobManager. getNextNotYetProcessedReprioritizationDocuments(java.lang.String processID, int n)Get a list of not-yet-processed documents to reprioritize.DocumentDescription[]JobManager. markDocumentCleanedUp(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]JobManager. markDocumentCleanedUpMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]JobManager. markDocumentDeleted(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentDeletedMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentExpired(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]JobManager. markDocumentExpiredMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]JobManager. markDocumentHopcountRemoval(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentHopcountRemovalMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type DocumentDescription Modifier and Type Method Description voidJobManager. carrydownChangeDocument(DocumentDescription documentDescription, IPriorityCalculator docPriority)Requeue a document because of carrydown changes.voidJobManager. carrydownChangeDocumentMultiple(DocumentDescription[] documentDescriptions, IPriorityCalculator[] docPriorities)Requeue a document set because of carrydown changes.voidJobManager. deleteIngestedDocumentIdentifiers(DocumentDescription[] identifiers)Delete ingested document identifiers (as part of deleting the owning job).voidJobQueue. deleteIngestedDocumentIdentifiers(DocumentDescription[] identifiers)Delete ingested document identifiers (as part of deleting the owning job).protected DocumentDescription[]JobManager. doDeleteMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete documents with no repercussions.protected java.lang.String[]JobManager. getUnindexableDocumentIdentifiers(DocumentDescription[] documentIdentifiers, java.lang.String connectionName)Get a list of document identifiers that should actually be deleted from the index, from a list that might contain identifiers that are shared with other jobs, which are targeted to the same output connection.DocumentDescription[]JobManager. markDocumentCleanedUp(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.DocumentDescription[]JobManager. markDocumentCleanedUpMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of cleaning up an unreachable document.voidJobManager. markDocumentCompleted(DocumentDescription documentDescription)Note completion of document processing by a job thread of a document.voidJobManager. markDocumentCompletedMultiple(DocumentDescription[] documentDescriptions)Note completion of document processing by a job thread of a document.DocumentDescription[]JobManager. markDocumentDeleted(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentDeletedMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentExpired(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]JobManager. markDocumentExpiredMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Delete from queue as a result of expiration of an active document.DocumentDescription[]JobManager. markDocumentHopcountRemoval(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription documentDescription, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.DocumentDescription[]JobManager. markDocumentHopcountRemovalMultiple(java.lang.Long jobID, java.lang.String[] legalLinkTypes, DocumentDescription[] documentDescriptions, int hopcountMethod)Mark hopcount removal from queue as a result of processing of an active document.voidJobManager. requeueDocument(DocumentDescription documentDescription, java.lang.Long executeTime, int action)Requeue a document for further processing in the future.voidJobManager. requeueDocumentMultiple(DocumentDescription[] documentDescriptions, java.lang.Long[] executeTimes, int[] actions)Requeue a document for further processing in the future.voidJobManager. resetCleaningDocument(DocumentDescription documentDescription, long checkTime)Reset a cleaning document back to its former state.voidJobManager. resetCleaningDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of cleaning documents for further processing in the future.voidJobManager. resetDeletingDocument(DocumentDescription documentDescription, long checkTime)Reset a deleting document back to its former state.voidJobManager. resetDeletingDocumentMultiple(DocumentDescription[] documentDescriptions, long checkTime)Reset a set of deleting documents for further processing in the future.voidJobManager. resetDocument(DocumentDescription documentDescription, long executeTime, int action, long failTime, int failCount)Reset an active document back to its former state.voidJobManager. resetDocumentMultiple(DocumentDescription[] documentDescriptions, long executeTime, int action, long failTime, int failCount)Reset a set of documents for further processing in the future.voidJobManager. writeDocumentPriorities(DocumentDescription[] documentDescriptions, IPriorityCalculator[] priorities)Save a set of document priorities.Method parameters in org.apache.manifoldcf.crawler.jobs with type arguments of type DocumentDescription Modifier and Type Method Description protected voidJobManager. fetchAndProcessDocuments(java.util.List<DocumentDescription> answers, java.lang.Long currentTimeValue, java.lang.Long currentPriorityValue, JobManager.ThrottleLimit vList, IRepositoryConnection[] connections, java.lang.String processID)Fetch and process documents matching the passed-in criteria -
Uses of DocumentDescription in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system declared as DocumentDescription Modifier and Type Field Description protected DocumentDescriptionDeleteQueuedDocument. documentDescriptionThe document description.protected DocumentDescriptionQueuedDocument. documentDescriptionThe document description.Methods in org.apache.manifoldcf.crawler.system that return DocumentDescription Modifier and Type Method Description DocumentDescriptionDeleteQueuedDocument. getDocumentDescription()Get the document description.DocumentDescriptionQueuedDocument. getDocumentDescription()Get the document description.Methods in org.apache.manifoldcf.crawler.system with parameters of type DocumentDescription Modifier and Type Method Description protected static java.lang.StringWorkerThread. makeListString(DocumentDescription[] sourceList)static voidManifoldCF. requeueDocumentsDueToCarrydown(IJobManager jobManager, DocumentDescription[] requeueCandidates, IRepositoryConnector connector, IRepositoryConnection connection, IReprioritizationTracker rt, long currentTime)Requeue documents due to carrydown.static voidManifoldCF. writeDocumentPriorities(IThreadContext threadContext, DocumentDescription[] descs, java.util.Map<java.lang.String,IRepositoryConnection> connectionMap, java.util.Map<java.lang.Long,IJobDescription> jobDescriptionMap)Write a set of document priorities, based on the current queue tracker.Constructors in org.apache.manifoldcf.crawler.system with parameters of type DocumentDescription Constructor Description CleanupQueuedDocument(DocumentDescription documentDescription, boolean deleteFromIndex)Constructor.DeleteQueuedDocument(DocumentDescription documentDescription)Constructor.QueuedDocument(DocumentDescription documentDescription, java.util.Map<java.lang.String,DocumentIngestStatusSet> lastIngestedStatus, java.lang.String[] binNames)Constructor.
-