Uses of Interface
org.apache.manifoldcf.crawler.interfaces.IEventActivity
-
Packages that use IEventActivity Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of IEventActivity in org.apache.manifoldcf.crawler.interfaces
Subinterfaces of IEventActivity in org.apache.manifoldcf.crawler.interfaces Modifier and Type Interface Description interface
IProcessActivity
This interface abstracts from the activities that a connector's processDocuments() method can do. -
Uses of IEventActivity in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement IEventActivity Modifier and Type Class Description protected static class
WorkerThread.ProcessActivity
Process activity class wraps access to the ingester and job queue.
-