| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CrawlNotFoundException in com.endeca.itl.cas.api | 
|---|
| Methods in com.endeca.itl.cas.api that throw CrawlNotFoundException | |
|---|---|
 void | 
CasCrawler.deleteCrawl(CrawlId crawlId)
Deletes a crawl from the server.  | 
 CrawlConfig | 
CasCrawler.getCrawlConfig(CrawlId crawlId,
               Boolean fillInDefaults)
Gets configuration for a particular crawl.  | 
 List<Metric> | 
CasCrawler.getMetrics(CrawlId crawlId)
Gets metrics for a particular crawl.  | 
 List<ModuleInfo> | 
CasCrawler.getNonIncrementalManipulators(CrawlId crawlId)
Returns the ModuleInfos of the manipulators in the given crawl that do no support incremental acquisition.  | 
 Status | 
CasCrawler.getStatus(CrawlId crawlId)
Gets status for a particular crawl.  | 
 void | 
CasCrawler.startCrawl(CrawlId crawlId,
           CrawlMode crawlMode)
Starts a particular crawl.  | 
 void | 
CasCrawler.stopCrawl(CrawlId crawlId)
Stops a crawl.  | 
 List<ConfigurationMessage> | 
CasCrawler.updateCrawl(CrawlConfig crawlConfig)
Updates a crawl that already exists on the server.  | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||