Uses of Interface
org.apache.manifoldcf.crawler.interfaces.INamingActivity
-
Packages that use INamingActivity Package Description org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of INamingActivity in org.apache.manifoldcf.crawler.interfaces
Subinterfaces of INamingActivity in org.apache.manifoldcf.crawler.interfaces Modifier and Type Interface Description interfaceIEventActivityThis interface abstracts from the activities that use and govern events.interfaceIProcessActivityThis interface abstracts from the activities that a connector's processDocuments() method can do.interfaceISeedingActivityThis interface abstracts from the activities that a seeding operation can do. -
Uses of INamingActivity in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement INamingActivity Modifier and Type Class Description classSeedingActivityThis class represents the things you can do with the framework while seeding.protected static classWorkerThread.ProcessActivityProcess activity class wraps access to the ingester and job queue.
-