Modifier and Type | Method and Description |
---|---|
CrawlId |
CrawlConfig.getCrawlId()
Gets the value of the crawlId property.
|
CrawlId |
CrawlMetrics.getCrawlId() |
Modifier and Type | Method and Description |
---|---|
List<CrawlId> |
CasCrawler.listCrawls()
Gets a list of crawls available on the server
|
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 |
CrawlConfig.setCrawlId(CrawlId value) |
void |
CrawlMetrics.setCrawlId(CrawlId value) |
void |
CasCrawler.startCrawl(CrawlId crawlId,
CrawlMode crawlMode)
Starts a particular crawl.
|
void |
CasCrawler.stopCrawl(CrawlId crawlId)
Stops a crawl.
|
Constructor and Description |
---|
CrawlConfig(CrawlId crawlId) |
CrawlMetrics(CrawlId crawlId,
List<Metric> metrics) |
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.