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

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

Uses of CrawlMode in com.endeca.itl.cas.api
 

Methods in com.endeca.itl.cas.api that return CrawlMode
static CrawlMode CrawlMode.fromValue(String v)
           
 CrawlMode MetricCrawlMode.getValue()
           
static CrawlMode CrawlMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CrawlMode[] CrawlMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.endeca.itl.cas.api with parameters of type CrawlMode
 void MetricCrawlMode.setValue(CrawlMode value)
           
 void CasCrawler.startCrawl(CrawlId crawlId, CrawlMode crawlMode)
          Starts a particular crawl.
 

Constructors in com.endeca.itl.cas.api with parameters of type CrawlMode
MetricCrawlMode(MetricId metricId, CrawlMode crawlMode)
           
 



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