Uses of Class
com.endeca.itl.cas.api.CrawlNotFoundException

Packages that use CrawlNotFoundException
com.endeca.itl.cas.api   
 

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.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.