Uses of Interface
org.apache.manifoldcf.crawler.interfaces.ISeedingActivity
-
Packages that use ISeedingActivity Package Description org.apache.manifoldcf.crawler.connectors org.apache.manifoldcf.crawler.interfaces org.apache.manifoldcf.crawler.system -
-
Uses of ISeedingActivity in org.apache.manifoldcf.crawler.connectors
Methods in org.apache.manifoldcf.crawler.connectors with parameters of type ISeedingActivity Modifier and Type Method Description java.lang.String
BaseRepositoryConnector. addSeedDocuments(ISeedingActivity activities, Specification spec, java.lang.String lastSeedVersion, long seedTime, int jobMode)
Queue "seed" documents. -
Uses of ISeedingActivity in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type ISeedingActivity Modifier and Type Method Description java.lang.String
IRepositoryConnector. addSeedDocuments(ISeedingActivity activities, Specification spec, java.lang.String lastSeedVersion, long seedTime, int jobMode)
Queue "seed" documents. -
Uses of ISeedingActivity in org.apache.manifoldcf.crawler.system
Classes in org.apache.manifoldcf.crawler.system that implement ISeedingActivity Modifier and Type Class Description class
SeedingActivity
This class represents the things you can do with the framework while seeding.
-