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

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

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

Fields in com.endeca.itl.cas.api declared as ModuleId
protected  ModuleId ModuleConfig.mModuleId
           
 

Methods in com.endeca.itl.cas.api that return ModuleId
 ModuleId ModuleConfig.getModuleId()
           
 ModuleId ModuleInfo.getModuleId()
          Gets the value of the moduleId property.
 ModuleId ModuleSpec.getModuleId()
           
 ModuleId CrawlConfig.getOutputModuleId()
          Gets the ModuleId of the embedded OutputConfig, if one is present.
 ModuleId CrawlConfig.getSourceModuleId()
          Gets the ModuleId of the embedded SourceConfig.
 

Methods in com.endeca.itl.cas.api with parameters of type ModuleId
 int ModuleId.compareTo(ModuleId o)
           
 ModuleSpec CasCrawler.getModuleSpec(ModuleId moduleId)
          Gets information on how to configure a particular module.
 void ModuleConfig.setModuleId(ModuleId moduleId)
          Set the identifier for the module being configured.
 void ModuleInfo.setModuleId(ModuleId value)
          Sets the value of the moduleId property.
 

Constructors in com.endeca.itl.cas.api with parameters of type ModuleId
ManipulatorConfig(ModuleId manipulatorModuleId)
           
ManipulatorConfig(ModuleId manipulatorModuleId, String id)
           
ModuleConfig(ModuleId moduleId)
           
ModuleId(ModuleId moduleId)
           
ModuleInfo(ModuleId pModuleId)
           
OutputConfig(ModuleId moduleId)
           
SourceConfig(ModuleId moduleId)
           
 



Copyright © 2011 Endeca. All Rights Reserved.