Uses of Class
org.apache.manifoldcf.agents.interfaces.DocumentIngestStatusSet
-
Packages that use DocumentIngestStatusSet Package Description org.apache.manifoldcf.agents.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of DocumentIngestStatusSet in org.apache.manifoldcf.agents.interfaces
Fields in org.apache.manifoldcf.agents.interfaces with type parameters of type DocumentIngestStatusSet Modifier and Type Field Description protected java.util.Map<IngestStatuses.OutputKey,DocumentIngestStatusSet>
IngestStatuses. statuses
Methods in org.apache.manifoldcf.agents.interfaces that return DocumentIngestStatusSet Modifier and Type Method Description DocumentIngestStatusSet
IngestStatuses. getStatus(java.lang.String documentClass, java.lang.String documentIDHash, java.lang.String outputConnectionName)
Retrieve a status record. -
Uses of DocumentIngestStatusSet in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system with type parameters of type DocumentIngestStatusSet Modifier and Type Field Description protected java.util.Map<java.lang.String,DocumentIngestStatusSet>
QueuedDocument. lastIngestedStatus
The last ingested status, null meaning "never ingested".Methods in org.apache.manifoldcf.crawler.system that return DocumentIngestStatusSet Modifier and Type Method Description DocumentIngestStatusSet
QueuedDocument. getLastIngestedStatus(java.lang.String outputConnectionName)
Get the last ingested status.Constructor parameters in org.apache.manifoldcf.crawler.system with type arguments of type DocumentIngestStatusSet Constructor Description QueuedDocument(DocumentDescription documentDescription, java.util.Map<java.lang.String,DocumentIngestStatusSet> lastIngestedStatus, java.lang.String[] binNames)
Constructor.
-