Modifier and Type | Method and Description |
---|---|
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, 2013, Oracle and/or its affiliates. All rights reserved.