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

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

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

Methods in com.endeca.itl.cas.api that return ModuleInfo
 ModuleInfo ModuleSpec.getModuleInfo()
           
 

Methods in com.endeca.itl.cas.api that return types with arguments of type ModuleInfo
 List<ModuleInfo> NonIncrementalManipulatorWarning.getManipulators()
           
 List<ModuleInfo> CasCrawler.getNonIncrementalManipulators(CrawlId crawlId)
          Returns the ModuleInfos of the manipulators in the given crawl that do no support incremental acquisition.
 List<ModuleInfo> CasCrawler.listModules(ModuleType moduleType)
          Gets a list of modules available on the server that match the requested module type.
 

Methods in com.endeca.itl.cas.api with parameters of type ModuleInfo
 void ModuleSpec.setModuleInfo(ModuleInfo value)
           
 

Method parameters in com.endeca.itl.cas.api with type arguments of type ModuleInfo
 void NonIncrementalManipulatorWarning.setManipulators(List<ModuleInfo> manipulators)
           
 

Constructors in com.endeca.itl.cas.api with parameters of type ModuleInfo
ModuleSpec(ModuleInfo pModuleInfo)
           
 

Constructor parameters in com.endeca.itl.cas.api with type arguments of type ModuleInfo
NonIncrementalManipulatorWarning(String message, List<ModuleInfo> nonincrementalManipulators)
           
 



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