Content Acquisition System Web Service Stubs 3.2.2
A B C D E F G H I L M N O P R S T U W _

A

AFTER - Static variable in class com.endeca.itl.cas.DateComparisonOperator
 
ALL - Static variable in class com.endeca.itl.cas.LoggingLevel
 
ARCHIVED_DIRECTORIES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
ARCHIVED_DIRECTORIES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
ARCHIVED_FILES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
ARCHIVED_FILES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 

B

BaseConfig - Class in com.endeca.itl.cas
A Base Config allows a client to specify information that doesn't relate to specific modules for a particular crawl run.
BaseConfig() - Constructor for class com.endeca.itl.cas.BaseConfig
 
BaseConfig(PositiveInteger, LoggingLevel) - Constructor for class com.endeca.itl.cas.BaseConfig
 
BEFORE - Static variable in class com.endeca.itl.cas.DateComparisonOperator
 

C

CasCrawler - Interface in com.endeca.itl.cas
 
CasCrawlerService - Interface in com.endeca.itl.cas
 
CasCrawlerServiceLocator - Class in com.endeca.itl.cas
 
CasCrawlerServiceLocator() - Constructor for class com.endeca.itl.cas.CasCrawlerServiceLocator
The CasCrawlerService uses the SOAP binding.
CasCrawlerServiceLocator(EngineConfiguration) - Constructor for class com.endeca.itl.cas.CasCrawlerServiceLocator
 
CasCrawlerServiceLocator(String, QName) - Constructor for class com.endeca.itl.cas.CasCrawlerServiceLocator
 
CasCrawlerServiceSoapBindingStub - Class in com.endeca.itl.cas
 
CasCrawlerServiceSoapBindingStub() - Constructor for class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
CasCrawlerServiceSoapBindingStub(URL, Service) - Constructor for class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
CasCrawlerServiceSoapBindingStub(Service) - Constructor for class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
com.endeca.itl.cas - package com.endeca.itl.cas
 
ComparableValueFilter - Class in com.endeca.itl.cas
ComparableValueFilter is an abstract type that specifies the comparison operator to apply to a particular property.
ComparableValueFilter() - Constructor for class com.endeca.itl.cas.ComparableValueFilter
 
ComparableValueFilter(FilterScope, String, ComparisonOperator) - Constructor for class com.endeca.itl.cas.ComparableValueFilter
 
ComparisonOperator - Class in com.endeca.itl.cas
 
ComparisonOperator(String) - Constructor for class com.endeca.itl.cas.ComparisonOperator
 
ContentSourceConfig - Class in com.endeca.itl.cas
Content Source Config allow a client to specify information about the systems from which content is fetched in a particular crawl run.
ContentSourceConfig() - Constructor for class com.endeca.itl.cas.ContentSourceConfig
 
ContentSourceConfig(ModuleId, ModuleProperty[]) - Constructor for class com.endeca.itl.cas.ContentSourceConfig
 
CRAWL_MODE - Static variable in class com.endeca.itl.cas.MetricId
 
CRAWL_STATE - Static variable in class com.endeca.itl.cas.MetricId
 
CrawlAlreadyExistsFault - Exception in com.endeca.itl.cas
CrawlAlreadyExistsFault is returned when creating a crawl that already exists.
CrawlAlreadyExistsFault() - Constructor for exception com.endeca.itl.cas.CrawlAlreadyExistsFault
 
CrawlAlreadyExistsFault(String) - Constructor for exception com.endeca.itl.cas.CrawlAlreadyExistsFault
 
CrawlConfig - Class in com.endeca.itl.cas
A CrawlConfig contains all information required for specifying the configuration of a crawl.
CrawlConfig() - Constructor for class com.endeca.itl.cas.CrawlConfig
 
CrawlConfig(BaseConfig, SourceConfig, ContentSourceConfig, TextExtractionConfig, OutputConfig) - Constructor for class com.endeca.itl.cas.CrawlConfig
 
CrawlerState - Class in com.endeca.itl.cas
 
CrawlerState(String) - Constructor for class com.endeca.itl.cas.CrawlerState
 
CrawlId - Class in com.endeca.itl.cas
This is a unique identifier for a particular crawl task.
CrawlId() - Constructor for class com.endeca.itl.cas.CrawlId
 
CrawlId(String) - Constructor for class com.endeca.itl.cas.CrawlId
 
CrawlInProgressFault - Exception in com.endeca.itl.cas
CrawlInProgressFault is returned when crawl is unexpectedly in progress.
CrawlInProgressFault() - Constructor for exception com.endeca.itl.cas.CrawlInProgressFault
 
CrawlInProgressFault(String) - Constructor for exception com.endeca.itl.cas.CrawlInProgressFault
 
CrawlMetrics - Class in com.endeca.itl.cas
 
CrawlMetrics() - Constructor for class com.endeca.itl.cas.CrawlMetrics
 
CrawlMetrics(CrawlId, Metric[]) - Constructor for class com.endeca.itl.cas.CrawlMetrics
 
CrawlMode - Class in com.endeca.itl.cas
 
CrawlMode(String) - Constructor for class com.endeca.itl.cas.CrawlMode
 
CrawlNotFoundFault - Exception in com.endeca.itl.cas
CrawlNotFoundFault is returned when requested crawl was not found.
CrawlNotFoundFault() - Constructor for exception com.endeca.itl.cas.CrawlNotFoundFault
 
CrawlNotFoundFault(String) - Constructor for exception com.endeca.itl.cas.CrawlNotFoundFault
 
CrawlValidationError - Class in com.endeca.itl.cas
CrawlValidationError contains information about one of the errors that may have been encountered when validating the configuration of a crawl.
CrawlValidationError() - Constructor for class com.endeca.itl.cas.CrawlValidationError
 
CrawlValidationError(String) - Constructor for class com.endeca.itl.cas.CrawlValidationError
 
createCall() - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
createCrawl(CreateCrawl) - Method in interface com.endeca.itl.cas.CasCrawler
The createCrawl operation creates a new crawl within the service, given a CrawlId and a CrawlConfig.
createCrawl(CreateCrawl) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
CreateCrawl - Class in com.endeca.itl.cas
CreateCrawl holds the parameters to be passed as part of a createCrawl request.
CreateCrawl() - Constructor for class com.endeca.itl.cas.CreateCrawl
 
CreateCrawl(CrawlId, CrawlConfig) - Constructor for class com.endeca.itl.cas.CreateCrawl
 
CreateCrawlResponse - Class in com.endeca.itl.cas
CreateCrawlResponse holds the (empty) response of the service to a createCrawl request.
CreateCrawlResponse() - Constructor for class com.endeca.itl.cas.CreateCrawlResponse
 

D

DateComparisonOperator - Class in com.endeca.itl.cas
 
DateComparisonOperator(String) - Constructor for class com.endeca.itl.cas.DateComparisonOperator
 
DateFilter - Class in com.endeca.itl.cas
DateFilter is a comparison filter that specifies the value (as a dateTime) to be compared against.
DateFilter() - Constructor for class com.endeca.itl.cas.DateFilter
 
DateFilter(FilterScope, String, DateComparisonOperator, Calendar) - Constructor for class com.endeca.itl.cas.DateFilter
 
DEBUG - Static variable in class com.endeca.itl.cas.LoggingLevel
 
deleteCrawl(DeleteCrawl) - Method in interface com.endeca.itl.cas.CasCrawler
The deleteCrawl operation deletes the crawl with the specified CrawlId.
deleteCrawl(DeleteCrawl) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
DeleteCrawl - Class in com.endeca.itl.cas
DeleteCrawl holds the parameters to be passed as part of a deleteCrawl request.
DeleteCrawl() - Constructor for class com.endeca.itl.cas.DeleteCrawl
 
DeleteCrawl(CrawlId) - Constructor for class com.endeca.itl.cas.DeleteCrawl
 
DeleteCrawlResponse - Class in com.endeca.itl.cas
DeleteCrawlResponse holds the (empty) response of the service to a deleteCrawl request.
DeleteCrawlResponse() - Constructor for class com.endeca.itl.cas.DeleteCrawlResponse
 
DELETED_RECORDS - Static variable in class com.endeca.itl.cas.MetricId
 
DIRECTORIES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
DIRECTORIES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
DIRECTORY - Static variable in class com.endeca.itl.cas.FilterScope
 
DURATION_IN_SECONDS - Static variable in class com.endeca.itl.cas.MetricId
 

E

END_TIME - Static variable in class com.endeca.itl.cas.MetricId
 
EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
equals(Object) - Method in class com.endeca.itl.cas.BaseConfig
 
equals(Object) - Method in class com.endeca.itl.cas.ComparableValueFilter
 
equals(Object) - Method in class com.endeca.itl.cas.ComparisonOperator
 
equals(Object) - Method in class com.endeca.itl.cas.ContentSourceConfig
 
equals(Object) - Method in exception com.endeca.itl.cas.CrawlAlreadyExistsFault
 
equals(Object) - Method in class com.endeca.itl.cas.CrawlConfig
 
equals(Object) - Method in class com.endeca.itl.cas.CrawlerState
 
equals(Object) - Method in class com.endeca.itl.cas.CrawlId
 
equals(Object) - Method in exception com.endeca.itl.cas.CrawlInProgressFault
 
equals(Object) - Method in class com.endeca.itl.cas.CrawlMetrics
 
equals(Object) - Method in class com.endeca.itl.cas.CrawlMode
 
equals(Object) - Method in exception com.endeca.itl.cas.CrawlNotFoundFault
 
equals(Object) - Method in class com.endeca.itl.cas.CrawlValidationError
 
equals(Object) - Method in class com.endeca.itl.cas.CreateCrawl
 
equals(Object) - Method in class com.endeca.itl.cas.CreateCrawlResponse
 
equals(Object) - Method in class com.endeca.itl.cas.DateComparisonOperator
 
equals(Object) - Method in class com.endeca.itl.cas.DateFilter
 
equals(Object) - Method in class com.endeca.itl.cas.DeleteCrawl
 
equals(Object) - Method in class com.endeca.itl.cas.DeleteCrawlResponse
 
equals(Object) - Method in class com.endeca.itl.cas.FilePath
 
equals(Object) - Method in class com.endeca.itl.cas.Filter
 
equals(Object) - Method in class com.endeca.itl.cas.FilterScope
 
equals(Object) - Method in class com.endeca.itl.cas.GetAllMetrics
 
equals(Object) - Method in class com.endeca.itl.cas.GetAllMetricsResponse
 
equals(Object) - Method in class com.endeca.itl.cas.GetCrawlConfig
 
equals(Object) - Method in class com.endeca.itl.cas.GetCrawlConfigResponse
 
equals(Object) - Method in class com.endeca.itl.cas.GetMetrics
 
equals(Object) - Method in class com.endeca.itl.cas.GetMetricsResponse
 
equals(Object) - Method in class com.endeca.itl.cas.GetServerInfo
 
equals(Object) - Method in class com.endeca.itl.cas.GetServerInfoResponse
 
equals(Object) - Method in class com.endeca.itl.cas.GetStatus
 
equals(Object) - Method in class com.endeca.itl.cas.GetStatusResponse
 
equals(Object) - Method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
 
equals(Object) - Method in exception com.endeca.itl.cas.ItlFault
 
equals(Object) - Method in class com.endeca.itl.cas.ListContentSources
 
equals(Object) - Method in class com.endeca.itl.cas.ListContentSourcesResponse
 
equals(Object) - Method in class com.endeca.itl.cas.ListCrawls
 
equals(Object) - Method in class com.endeca.itl.cas.ListCrawlsResponse
 
equals(Object) - Method in class com.endeca.itl.cas.LoggingLevel
 
equals(Object) - Method in class com.endeca.itl.cas.LongFilter
 
equals(Object) - Method in class com.endeca.itl.cas.Metric
 
equals(Object) - Method in class com.endeca.itl.cas.MetricCrawlMode
 
equals(Object) - Method in class com.endeca.itl.cas.MetricCrawlState
 
equals(Object) - Method in class com.endeca.itl.cas.MetricDate
 
equals(Object) - Method in class com.endeca.itl.cas.MetricId
 
equals(Object) - Method in class com.endeca.itl.cas.MetricLong
 
equals(Object) - Method in class com.endeca.itl.cas.MetricString
 
equals(Object) - Method in class com.endeca.itl.cas.ModuleId
 
equals(Object) - Method in class com.endeca.itl.cas.ModuleProperty
 
equals(Object) - Method in class com.endeca.itl.cas.OutputConfig
 
equals(Object) - Method in class com.endeca.itl.cas.Property
 
equals(Object) - Method in class com.endeca.itl.cas.RegexFilter
 
equals(Object) - Method in class com.endeca.itl.cas.Seed
 
equals(Object) - Method in class com.endeca.itl.cas.SourceConfig
 
equals(Object) - Method in class com.endeca.itl.cas.StartCrawl
 
equals(Object) - Method in class com.endeca.itl.cas.StartCrawlResponse
 
equals(Object) - Method in class com.endeca.itl.cas.Status
 
equals(Object) - Method in class com.endeca.itl.cas.StopCrawl
 
equals(Object) - Method in class com.endeca.itl.cas.StopCrawlResponse
 
equals(Object) - Method in class com.endeca.itl.cas.TextExtractionConfig
 
equals(Object) - Method in class com.endeca.itl.cas.UpdateCrawl
 
equals(Object) - Method in class com.endeca.itl.cas.UpdateCrawlResponse
 
equals(Object) - Method in class com.endeca.itl.cas.WildcardFilter
 
ERROR - Static variable in class com.endeca.itl.cas.LoggingLevel
 

F

FAILED_TEXT_EXTRACTIONS - Static variable in class com.endeca.itl.cas.MetricId
 
FATAL - Static variable in class com.endeca.itl.cas.LoggingLevel
 
FILE - Static variable in class com.endeca.itl.cas.FilterScope
 
FilePath - Class in com.endeca.itl.cas
A FilePath object represents a file path, for log files and such.
FilePath() - Constructor for class com.endeca.itl.cas.FilePath
 
FilePath(String) - Constructor for class com.endeca.itl.cas.FilePath
 
FILES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
FILES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
Filter - Class in com.endeca.itl.cas
Filter is a filter that is applied to a particular property of a record.
Filter() - Constructor for class com.endeca.itl.cas.Filter
 
Filter(FilterScope, String) - Constructor for class com.endeca.itl.cas.Filter
 
FilterScope - Class in com.endeca.itl.cas
 
FilterScope(String) - Constructor for class com.endeca.itl.cas.FilterScope
 
fromString(String) - Static method in class com.endeca.itl.cas.ComparisonOperator
 
fromString(String) - Static method in class com.endeca.itl.cas.CrawlerState
 
fromString(String) - Static method in class com.endeca.itl.cas.CrawlMode
 
fromString(String) - Static method in class com.endeca.itl.cas.DateComparisonOperator
 
fromString(String) - Static method in class com.endeca.itl.cas.FilterScope
 
fromString(String) - Static method in class com.endeca.itl.cas.LoggingLevel
 
fromString(String) - Static method in class com.endeca.itl.cas.MetricId
 
fromValue(String) - Static method in class com.endeca.itl.cas.ComparisonOperator
 
fromValue(String) - Static method in class com.endeca.itl.cas.CrawlerState
 
fromValue(String) - Static method in class com.endeca.itl.cas.CrawlMode
 
fromValue(String) - Static method in class com.endeca.itl.cas.DateComparisonOperator
 
fromValue(String) - Static method in class com.endeca.itl.cas.FilterScope
 
fromValue(String) - Static method in class com.endeca.itl.cas.LoggingLevel
 
fromValue(String) - Static method in class com.endeca.itl.cas.MetricId
 
FULL_CRAWL - Static variable in class com.endeca.itl.cas.CrawlMode
 

G

get_return() - Method in class com.endeca.itl.cas.GetCrawlConfigResponse
Gets the _return value for this GetCrawlConfigResponse.
get_return() - Method in class com.endeca.itl.cas.GetMetricsResponse
Gets the _return value for this GetMetricsResponse.
get_return() - Method in class com.endeca.itl.cas.GetServerInfoResponse
Gets the _return value for this GetServerInfoResponse.
get_return() - Method in class com.endeca.itl.cas.GetStatusResponse
Gets the _return value for this GetStatusResponse.
get_return() - Method in class com.endeca.itl.cas.ListContentSourcesResponse
Gets the _return value for this ListContentSourcesResponse.
get_return() - Method in class com.endeca.itl.cas.ListCrawlsResponse
Gets the _return value for this ListCrawlsResponse.
getAllMetrics(GetAllMetrics) - Method in interface com.endeca.itl.cas.CasCrawler
The getAllMetrics operation returns metrics for all crawls.
getAllMetrics(GetAllMetrics) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
GetAllMetrics - Class in com.endeca.itl.cas
 
GetAllMetrics() - Constructor for class com.endeca.itl.cas.GetAllMetrics
 
GetAllMetricsResponse - Class in com.endeca.itl.cas
 
GetAllMetricsResponse() - Constructor for class com.endeca.itl.cas.GetAllMetricsResponse
 
GetAllMetricsResponse(CrawlMetrics[]) - Constructor for class com.endeca.itl.cas.GetAllMetricsResponse
 
getAttempts() - Method in class com.endeca.itl.cas.TextExtractionConfig
Gets the attempts value for this TextExtractionConfig.
getBaseConfig() - Method in class com.endeca.itl.cas.CrawlConfig
Gets the baseConfig value for this CrawlConfig.
getCasCrawlerPort() - Method in interface com.endeca.itl.cas.CasCrawlerService
 
getCasCrawlerPort(URL) - Method in interface com.endeca.itl.cas.CasCrawlerService
 
getCasCrawlerPort() - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
getCasCrawlerPort(URL) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
getCasCrawlerPortAddress() - Method in interface com.endeca.itl.cas.CasCrawlerService
The CasCrawlerService uses the SOAP binding.
getCasCrawlerPortAddress() - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
getCasCrawlerPortWSDDServiceName() - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
getContentSourceConfig() - Method in class com.endeca.itl.cas.CrawlConfig
Gets the contentSourceConfig value for this CrawlConfig.
getCrawlConfig(GetCrawlConfig) - Method in interface com.endeca.itl.cas.CasCrawler
The getCrawlConfig operation fetches the CrawlConfig for the crawl with the specified CrawlId.
getCrawlConfig(GetCrawlConfig) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
getCrawlConfig() - Method in class com.endeca.itl.cas.CreateCrawl
Gets the crawlConfig value for this CreateCrawl.
GetCrawlConfig - Class in com.endeca.itl.cas
GetCrawlConfig holds the parameters to be passed as part of a getCrawlConfig request.
GetCrawlConfig() - Constructor for class com.endeca.itl.cas.GetCrawlConfig
 
GetCrawlConfig(CrawlId, Boolean) - Constructor for class com.endeca.itl.cas.GetCrawlConfig
 
getCrawlConfig() - Method in class com.endeca.itl.cas.UpdateCrawl
Gets the crawlConfig value for this UpdateCrawl.
GetCrawlConfigResponse - Class in com.endeca.itl.cas
GetCrawlConfigResponse holds the response of the service to a getCrawlConfig request: returns the configuration for the specified crawl.
GetCrawlConfigResponse() - Constructor for class com.endeca.itl.cas.GetCrawlConfigResponse
 
GetCrawlConfigResponse(CrawlConfig) - Constructor for class com.endeca.itl.cas.GetCrawlConfigResponse
 
getCrawlId() - Method in class com.endeca.itl.cas.CrawlMetrics
Gets the crawlId value for this CrawlMetrics.
getCrawlId() - Method in class com.endeca.itl.cas.CreateCrawl
Gets the crawlId value for this CreateCrawl.
getCrawlId() - Method in class com.endeca.itl.cas.DeleteCrawl
Gets the crawlId value for this DeleteCrawl.
getCrawlId() - Method in class com.endeca.itl.cas.GetCrawlConfig
Gets the crawlId value for this GetCrawlConfig.
getCrawlId() - Method in class com.endeca.itl.cas.GetMetrics
Gets the crawlId value for this GetMetrics.
getCrawlId() - Method in class com.endeca.itl.cas.GetStatus
Gets the crawlId value for this GetStatus.
getCrawlId() - Method in class com.endeca.itl.cas.StartCrawl
Gets the crawlId value for this StartCrawl.
getCrawlId() - Method in class com.endeca.itl.cas.StopCrawl
Gets the crawlId value for this StopCrawl.
getCrawlId() - Method in class com.endeca.itl.cas.UpdateCrawl
Gets the crawlId value for this UpdateCrawl.
getCrawlMetricList() - Method in class com.endeca.itl.cas.GetAllMetricsResponse
Gets the crawlMetricList value for this GetAllMetricsResponse.
getCrawlMode() - Method in class com.endeca.itl.cas.StartCrawl
Gets the crawlMode value for this StartCrawl.
getCrawlThreads() - Method in class com.endeca.itl.cas.BaseConfig
Gets the crawlThreads value for this BaseConfig.
getCrawlValidationErrorList() - Method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
Gets the crawlValidationErrorList value for this InvalidCrawlConfigFault.
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.BaseConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ComparableValueFilter
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ComparisonOperator
 
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ContentSourceConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.CrawlAlreadyExistsFault
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlerState
 
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlId
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.CrawlInProgressFault
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlMetrics
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlMode
 
getDeserializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.CrawlNotFoundFault
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlValidationError
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CreateCrawl
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CreateCrawlResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DateComparisonOperator
 
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DateFilter
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DeleteCrawl
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DeleteCrawlResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.FilePath
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Filter
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.FilterScope
 
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetAllMetrics
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetAllMetricsResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetCrawlConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetCrawlConfigResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetMetrics
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetMetricsResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetServerInfo
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetServerInfoResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetStatus
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetStatusResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.ItlFault
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListContentSources
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListContentSourcesResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListCrawls
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListCrawlsResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.LoggingLevel
 
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.LongFilter
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Metric
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricCrawlMode
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricCrawlState
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricDate
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricId
 
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricLong
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricString
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ModuleId
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ModuleProperty
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.OutputConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Property
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.RegexFilter
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Seed
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.SourceConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StartCrawl
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StartCrawlResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Status
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StopCrawl
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StopCrawlResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.TextExtractionConfig
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.UpdateCrawl
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.UpdateCrawlResponse
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.endeca.itl.cas.WildcardFilter
Get Custom Deserializer
getEnabled() - Method in class com.endeca.itl.cas.TextExtractionConfig
Gets the enabled value for this TextExtractionConfig.
getErrorMessage() - Method in class com.endeca.itl.cas.CrawlValidationError
Gets the errorMessage value for this CrawlValidationError.
getExcludeFilters() - Method in class com.endeca.itl.cas.SourceConfig
Gets the excludeFilters value for this SourceConfig.
getFillInDefaults() - Method in class com.endeca.itl.cas.GetCrawlConfig
Gets the fillInDefaults value for this GetCrawlConfig.
getId() - Method in class com.endeca.itl.cas.CrawlId
Gets the id value for this CrawlId.
getId() - Method in class com.endeca.itl.cas.ModuleId
Gets the id value for this ModuleId.
getIncludeFilters() - Method in class com.endeca.itl.cas.SourceConfig
Gets the includeFilters value for this SourceConfig.
getKey() - Method in class com.endeca.itl.cas.ModuleProperty
Gets the key value for this ModuleProperty.
getKey() - Method in class com.endeca.itl.cas.Property
Gets the key value for this Property.
getLocalCopyDir() - Method in class com.endeca.itl.cas.TextExtractionConfig
Gets the localCopyDir value for this TextExtractionConfig.
getLoggingLevel() - Method in class com.endeca.itl.cas.BaseConfig
Gets the loggingLevel value for this BaseConfig.
getMakeLocalCopy() - Method in class com.endeca.itl.cas.TextExtractionConfig
Gets the makeLocalCopy value for this TextExtractionConfig.
getMessage1() - Method in exception com.endeca.itl.cas.ItlFault
Gets the message1 value for this ItlFault.
getMetricId() - Method in class com.endeca.itl.cas.Metric
Gets the metricId value for this Metric.
getMetricList() - Method in class com.endeca.itl.cas.CrawlMetrics
Gets the metricList value for this CrawlMetrics.
getMetrics(GetMetrics) - Method in interface com.endeca.itl.cas.CasCrawler
The getMetrics operation returns a list of metrics from the last (or current) run of the crawl with the specified CrawlId.
getMetrics(GetMetrics) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
GetMetrics - Class in com.endeca.itl.cas
GetMetrics holds the parameters to be passed as part of a getMetrics request: the ID of the crawl to be queried is required.
GetMetrics() - Constructor for class com.endeca.itl.cas.GetMetrics
 
GetMetrics(CrawlId) - Constructor for class com.endeca.itl.cas.GetMetrics
 
GetMetricsResponse - Class in com.endeca.itl.cas
GetMetricsResponse holds the response of the service to a getMetrics request: returns a list of metrics for the specified crawl.
GetMetricsResponse() - Constructor for class com.endeca.itl.cas.GetMetricsResponse
 
GetMetricsResponse(Metric[]) - Constructor for class com.endeca.itl.cas.GetMetricsResponse
 
getModuleId() - Method in class com.endeca.itl.cas.ContentSourceConfig
Gets the moduleId value for this ContentSourceConfig.
getModuleProperties() - Method in class com.endeca.itl.cas.ContentSourceConfig
Gets the moduleProperties value for this ContentSourceConfig.
getOperator() - Method in class com.endeca.itl.cas.ComparableValueFilter
Gets the operator value for this ComparableValueFilter.
getOperator() - Method in class com.endeca.itl.cas.DateFilter
Gets the operator value for this DateFilter.
getOutputConfig() - Method in class com.endeca.itl.cas.CrawlConfig
Gets the outputConfig value for this CrawlConfig.
getOutputId() - Method in class com.endeca.itl.cas.OutputConfig
Gets the outputId value for this OutputConfig.
getOutputProperties() - Method in class com.endeca.itl.cas.OutputConfig
Gets the outputProperties value for this OutputConfig.
getPath() - Method in class com.endeca.itl.cas.FilePath
Gets the path value for this FilePath.
getPath() - Method in class com.endeca.itl.cas.Seed
Gets the path value for this Seed.
getPort(Class) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
For the given interface, get the stub implementation.
getPort(QName, Class) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
For the given interface, get the stub implementation.
getPorts() - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
getPropertyName() - Method in class com.endeca.itl.cas.Filter
Gets the propertyName value for this Filter.
getReferenceValue() - Method in class com.endeca.itl.cas.DateFilter
Gets the referenceValue value for this DateFilter.
getReferenceValue() - Method in class com.endeca.itl.cas.LongFilter
Gets the referenceValue value for this LongFilter.
getRegex() - Method in class com.endeca.itl.cas.RegexFilter
Gets the regex value for this RegexFilter.
getScope() - Method in class com.endeca.itl.cas.Filter
Gets the scope value for this Filter.
getSeeds() - Method in class com.endeca.itl.cas.SourceConfig
Gets the seeds value for this SourceConfig.
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.BaseConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ComparableValueFilter
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ComparisonOperator
 
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ContentSourceConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.CrawlAlreadyExistsFault
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlerState
 
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlId
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.CrawlInProgressFault
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlMetrics
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlMode
 
getSerializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.CrawlNotFoundFault
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CrawlValidationError
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CreateCrawl
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.CreateCrawlResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DateComparisonOperator
 
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DateFilter
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DeleteCrawl
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.DeleteCrawlResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.FilePath
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Filter
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.FilterScope
 
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetAllMetrics
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetAllMetricsResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetCrawlConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetCrawlConfigResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetMetrics
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetMetricsResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetServerInfo
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetServerInfoResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetStatus
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.GetStatusResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in exception com.endeca.itl.cas.ItlFault
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListContentSources
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListContentSourcesResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListCrawls
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ListCrawlsResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.LoggingLevel
 
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.LongFilter
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Metric
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricCrawlMode
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricCrawlState
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricDate
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricId
 
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricLong
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.MetricString
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ModuleId
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.ModuleProperty
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.OutputConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Property
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.RegexFilter
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Seed
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.SourceConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StartCrawl
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StartCrawlResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.Status
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StopCrawl
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.StopCrawlResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.TextExtractionConfig
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.UpdateCrawl
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.UpdateCrawlResponse
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.endeca.itl.cas.WildcardFilter
Get Custom Serializer
getServerInfo(GetServerInfo) - Method in interface com.endeca.itl.cas.CasCrawler
The getServerInfo operation returns a list of server properties
getServerInfo(GetServerInfo) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
GetServerInfo - Class in com.endeca.itl.cas
GetServerInfo holds the parameters to be passed as part of a getServerInfo request: there are none.
GetServerInfo() - Constructor for class com.endeca.itl.cas.GetServerInfo
 
GetServerInfoResponse - Class in com.endeca.itl.cas
GetServerInfoResponse holds the list of name-value properties returned by the server
GetServerInfoResponse() - Constructor for class com.endeca.itl.cas.GetServerInfoResponse
 
GetServerInfoResponse(Property[]) - Constructor for class com.endeca.itl.cas.GetServerInfoResponse
 
getServiceName() - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
getSourceConfig() - Method in class com.endeca.itl.cas.CrawlConfig
Gets the sourceConfig value for this CrawlConfig.
getState() - Method in class com.endeca.itl.cas.Status
Gets the state value for this Status.
getStatus(GetStatus) - Method in interface com.endeca.itl.cas.CasCrawler
The getStatus operation returns the current running status of the crawl with the specified CrawlId.
getStatus(GetStatus) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
GetStatus - Class in com.endeca.itl.cas
GetStatus holds the parameters to be passed as part of a getStatus request: the ID of the crawl to be queried is required.
GetStatus() - Constructor for class com.endeca.itl.cas.GetStatus
 
GetStatus(CrawlId) - Constructor for class com.endeca.itl.cas.GetStatus
 
GetStatusResponse - Class in com.endeca.itl.cas
GetStatusResponse holds the response of the service to a getStatus request: returns the status enumeration for the specified crawl.
GetStatusResponse() - Constructor for class com.endeca.itl.cas.GetStatusResponse
 
GetStatusResponse(Status) - Constructor for class com.endeca.itl.cas.GetStatusResponse
 
getTextExtractionConfig() - Method in class com.endeca.itl.cas.CrawlConfig
Gets the textExtractionConfig value for this CrawlConfig.
getTimeout() - Method in class com.endeca.itl.cas.TextExtractionConfig
Gets the timeout value for this TextExtractionConfig.
getTypeDesc() - Static method in class com.endeca.itl.cas.BaseConfig
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ComparableValueFilter
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ComparisonOperator
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ContentSourceConfig
Return type metadata object
getTypeDesc() - Static method in exception com.endeca.itl.cas.CrawlAlreadyExistsFault
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CrawlConfig
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CrawlerState
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CrawlId
Return type metadata object
getTypeDesc() - Static method in exception com.endeca.itl.cas.CrawlInProgressFault
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CrawlMetrics
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CrawlMode
Return type metadata object
getTypeDesc() - Static method in exception com.endeca.itl.cas.CrawlNotFoundFault
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CrawlValidationError
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CreateCrawl
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.CreateCrawlResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.DateComparisonOperator
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.DateFilter
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.DeleteCrawl
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.DeleteCrawlResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.FilePath
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.Filter
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.FilterScope
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetAllMetrics
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetAllMetricsResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetCrawlConfig
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetCrawlConfigResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetMetrics
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetMetricsResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetServerInfo
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetServerInfoResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetStatus
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.GetStatusResponse
Return type metadata object
getTypeDesc() - Static method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
Return type metadata object
getTypeDesc() - Static method in exception com.endeca.itl.cas.ItlFault
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ListContentSources
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ListContentSourcesResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ListCrawls
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ListCrawlsResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.LoggingLevel
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.LongFilter
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.Metric
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.MetricCrawlMode
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.MetricCrawlState
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.MetricDate
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.MetricId
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.MetricLong
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.MetricString
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ModuleId
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.ModuleProperty
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.OutputConfig
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.Property
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.RegexFilter
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.Seed
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.SourceConfig
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.StartCrawl
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.StartCrawlResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.Status
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.StopCrawl
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.StopCrawlResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.TextExtractionConfig
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.UpdateCrawl
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.UpdateCrawlResponse
Return type metadata object
getTypeDesc() - Static method in class com.endeca.itl.cas.WildcardFilter
Return type metadata object
getValue() - Method in class com.endeca.itl.cas.ComparisonOperator
 
getValue() - Method in class com.endeca.itl.cas.CrawlerState
 
getValue() - Method in class com.endeca.itl.cas.CrawlMode
 
getValue() - Method in class com.endeca.itl.cas.DateComparisonOperator
 
getValue() - Method in class com.endeca.itl.cas.FilterScope
 
getValue() - Method in class com.endeca.itl.cas.LoggingLevel
 
getValue() - Method in class com.endeca.itl.cas.MetricCrawlMode
Gets the value value for this MetricCrawlMode.
getValue() - Method in class com.endeca.itl.cas.MetricCrawlState
Gets the value value for this MetricCrawlState.
getValue() - Method in class com.endeca.itl.cas.MetricDate
Gets the value value for this MetricDate.
getValue() - Method in class com.endeca.itl.cas.MetricId
 
getValue() - Method in class com.endeca.itl.cas.MetricLong
Gets the value value for this MetricLong.
getValue() - Method in class com.endeca.itl.cas.MetricString
Gets the value value for this MetricString.
getValue() - Method in class com.endeca.itl.cas.ModuleProperty
Gets the value value for this ModuleProperty.
getValue() - Method in class com.endeca.itl.cas.Property
Gets the value value for this Property.
getWildcard() - Method in class com.endeca.itl.cas.WildcardFilter
Gets the wildcard value for this WildcardFilter.
GREATER - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
GREATER_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 

H

hashCode() - Method in class com.endeca.itl.cas.BaseConfig
 
hashCode() - Method in class com.endeca.itl.cas.ComparableValueFilter
 
hashCode() - Method in class com.endeca.itl.cas.ComparisonOperator
 
hashCode() - Method in class com.endeca.itl.cas.ContentSourceConfig
 
hashCode() - Method in exception com.endeca.itl.cas.CrawlAlreadyExistsFault
 
hashCode() - Method in class com.endeca.itl.cas.CrawlConfig
 
hashCode() - Method in class com.endeca.itl.cas.CrawlerState
 
hashCode() - Method in class com.endeca.itl.cas.CrawlId
 
hashCode() - Method in exception com.endeca.itl.cas.CrawlInProgressFault
 
hashCode() - Method in class com.endeca.itl.cas.CrawlMetrics
 
hashCode() - Method in class com.endeca.itl.cas.CrawlMode
 
hashCode() - Method in exception com.endeca.itl.cas.CrawlNotFoundFault
 
hashCode() - Method in class com.endeca.itl.cas.CrawlValidationError
 
hashCode() - Method in class com.endeca.itl.cas.CreateCrawl
 
hashCode() - Method in class com.endeca.itl.cas.CreateCrawlResponse
 
hashCode() - Method in class com.endeca.itl.cas.DateComparisonOperator
 
hashCode() - Method in class com.endeca.itl.cas.DateFilter
 
hashCode() - Method in class com.endeca.itl.cas.DeleteCrawl
 
hashCode() - Method in class com.endeca.itl.cas.DeleteCrawlResponse
 
hashCode() - Method in class com.endeca.itl.cas.FilePath
 
hashCode() - Method in class com.endeca.itl.cas.Filter
 
hashCode() - Method in class com.endeca.itl.cas.FilterScope
 
hashCode() - Method in class com.endeca.itl.cas.GetAllMetrics
 
hashCode() - Method in class com.endeca.itl.cas.GetAllMetricsResponse
 
hashCode() - Method in class com.endeca.itl.cas.GetCrawlConfig
 
hashCode() - Method in class com.endeca.itl.cas.GetCrawlConfigResponse
 
hashCode() - Method in class com.endeca.itl.cas.GetMetrics
 
hashCode() - Method in class com.endeca.itl.cas.GetMetricsResponse
 
hashCode() - Method in class com.endeca.itl.cas.GetServerInfo
 
hashCode() - Method in class com.endeca.itl.cas.GetServerInfoResponse
 
hashCode() - Method in class com.endeca.itl.cas.GetStatus
 
hashCode() - Method in class com.endeca.itl.cas.GetStatusResponse
 
hashCode() - Method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
 
hashCode() - Method in exception com.endeca.itl.cas.ItlFault
 
hashCode() - Method in class com.endeca.itl.cas.ListContentSources
 
hashCode() - Method in class com.endeca.itl.cas.ListContentSourcesResponse
 
hashCode() - Method in class com.endeca.itl.cas.ListCrawls
 
hashCode() - Method in class com.endeca.itl.cas.ListCrawlsResponse
 
hashCode() - Method in class com.endeca.itl.cas.LoggingLevel
 
hashCode() - Method in class com.endeca.itl.cas.LongFilter
 
hashCode() - Method in class com.endeca.itl.cas.Metric
 
hashCode() - Method in class com.endeca.itl.cas.MetricCrawlMode
 
hashCode() - Method in class com.endeca.itl.cas.MetricCrawlState
 
hashCode() - Method in class com.endeca.itl.cas.MetricDate
 
hashCode() - Method in class com.endeca.itl.cas.MetricId
 
hashCode() - Method in class com.endeca.itl.cas.MetricLong
 
hashCode() - Method in class com.endeca.itl.cas.MetricString
 
hashCode() - Method in class com.endeca.itl.cas.ModuleId
 
hashCode() - Method in class com.endeca.itl.cas.ModuleProperty
 
hashCode() - Method in class com.endeca.itl.cas.OutputConfig
 
hashCode() - Method in class com.endeca.itl.cas.Property
 
hashCode() - Method in class com.endeca.itl.cas.RegexFilter
 
hashCode() - Method in class com.endeca.itl.cas.Seed
 
hashCode() - Method in class com.endeca.itl.cas.SourceConfig
 
hashCode() - Method in class com.endeca.itl.cas.StartCrawl
 
hashCode() - Method in class com.endeca.itl.cas.StartCrawlResponse
 
hashCode() - Method in class com.endeca.itl.cas.Status
 
hashCode() - Method in class com.endeca.itl.cas.StopCrawl
 
hashCode() - Method in class com.endeca.itl.cas.StopCrawlResponse
 
hashCode() - Method in class com.endeca.itl.cas.TextExtractionConfig
 
hashCode() - Method in class com.endeca.itl.cas.UpdateCrawl
 
hashCode() - Method in class com.endeca.itl.cas.UpdateCrawlResponse
 
hashCode() - Method in class com.endeca.itl.cas.WildcardFilter
 

I

INCREMENTAL_CRAWL - Static variable in class com.endeca.itl.cas.CrawlMode
 
INFO - Static variable in class com.endeca.itl.cas.LoggingLevel
 
InvalidCrawlConfigFault - Exception in com.endeca.itl.cas
InvalidCrawlConfigFault is returned when a crawl configuration is found not to be valid.
InvalidCrawlConfigFault() - Constructor for exception com.endeca.itl.cas.InvalidCrawlConfigFault
 
InvalidCrawlConfigFault(String, CrawlValidationError[]) - Constructor for exception com.endeca.itl.cas.InvalidCrawlConfigFault
 
ItlFault - Exception in com.endeca.itl.cas
Base class for all faults returned by the service.
ItlFault() - Constructor for exception com.endeca.itl.cas.ItlFault
 
ItlFault(String) - Constructor for exception com.endeca.itl.cas.ItlFault
 

L

LESS - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
LESS_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
listContentSources(ListContentSources) - Method in interface com.endeca.itl.cas.CasCrawler
The listContentSources operation lists the sources currently defined within the service.
listContentSources(ListContentSources) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
ListContentSources - Class in com.endeca.itl.cas
ListContentSources holds the parameters to be passed as part of a listContentSources request: there are none.
ListContentSources() - Constructor for class com.endeca.itl.cas.ListContentSources
 
ListContentSourcesResponse - Class in com.endeca.itl.cas
ListContentSourceResponse holds the list of source ID values returned in response to a listContentSources request.
ListContentSourcesResponse() - Constructor for class com.endeca.itl.cas.ListContentSourcesResponse
 
ListContentSourcesResponse(ModuleId[]) - Constructor for class com.endeca.itl.cas.ListContentSourcesResponse
 
listCrawls(ListCrawls) - Method in interface com.endeca.itl.cas.CasCrawler
The listCrawls operation lists the crawls currently defined within the service.
listCrawls(ListCrawls) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
ListCrawls - Class in com.endeca.itl.cas
ListCrawls holds the parameters to be passed as part of a listCrawls request: there are none.
ListCrawls() - Constructor for class com.endeca.itl.cas.ListCrawls
 
ListCrawlsResponse - Class in com.endeca.itl.cas
ListCrawlResponse holds the list of crawl ID values returned in response to a listCrawls request.
ListCrawlsResponse() - Constructor for class com.endeca.itl.cas.ListCrawlsResponse
 
ListCrawlsResponse(CrawlId[]) - Constructor for class com.endeca.itl.cas.ListCrawlsResponse
 
LoggingLevel - Class in com.endeca.itl.cas
 
LoggingLevel(String) - Constructor for class com.endeca.itl.cas.LoggingLevel
 
LongFilter - Class in com.endeca.itl.cas
LongFilter is a comparison filter that specifies the value (as a long) to be compared against.
LongFilter() - Constructor for class com.endeca.itl.cas.LongFilter
 
LongFilter(FilterScope, String, ComparisonOperator, long) - Constructor for class com.endeca.itl.cas.LongFilter
 

M

Metric - Class in com.endeca.itl.cas
A Metric is a key-value pair that holds the value of a particular metric.
Metric() - Constructor for class com.endeca.itl.cas.Metric
 
Metric(MetricId) - Constructor for class com.endeca.itl.cas.Metric
 
MetricCrawlMode - Class in com.endeca.itl.cas
A MetricCrawlMode extends the abstract Metric class by adding a CrawlMode enumeration value.
MetricCrawlMode() - Constructor for class com.endeca.itl.cas.MetricCrawlMode
 
MetricCrawlMode(MetricId, CrawlMode) - Constructor for class com.endeca.itl.cas.MetricCrawlMode
 
MetricCrawlState - Class in com.endeca.itl.cas
A MetricCrawlStatus extends the abstract Metric class by adding a CrawlStatus enumeration value.
MetricCrawlState() - Constructor for class com.endeca.itl.cas.MetricCrawlState
 
MetricCrawlState(MetricId, CrawlerState) - Constructor for class com.endeca.itl.cas.MetricCrawlState
 
MetricDate - Class in com.endeca.itl.cas
A MetricDate extends the abstract Metric class by adding a long value.
MetricDate() - Constructor for class com.endeca.itl.cas.MetricDate
 
MetricDate(MetricId, long) - Constructor for class com.endeca.itl.cas.MetricDate
 
MetricId - Class in com.endeca.itl.cas
 
MetricId(String) - Constructor for class com.endeca.itl.cas.MetricId
 
MetricLong - Class in com.endeca.itl.cas
A MetricLong extends the abstract Metric class by adding a long value.
MetricLong() - Constructor for class com.endeca.itl.cas.MetricLong
 
MetricLong(MetricId, long) - Constructor for class com.endeca.itl.cas.MetricLong
 
MetricString - Class in com.endeca.itl.cas
A MetricString extends the abstract Metric class by adding a string value.
MetricString() - Constructor for class com.endeca.itl.cas.MetricString
 
MetricString(MetricId, String) - Constructor for class com.endeca.itl.cas.MetricString
 
ModuleId - Class in com.endeca.itl.cas
This is a unique identifier for a particular repository source or output destination.
ModuleId() - Constructor for class com.endeca.itl.cas.ModuleId
 
ModuleId(String) - Constructor for class com.endeca.itl.cas.ModuleId
 
ModuleProperty - Class in com.endeca.itl.cas
A ModuleProperty is a key-value pair used to provide configuration information about a particular module (such as a content source or output destination).
ModuleProperty() - Constructor for class com.endeca.itl.cas.ModuleProperty
 
ModuleProperty(String, String) - Constructor for class com.endeca.itl.cas.ModuleProperty
 

N

NEW_OR_UPDATED_RECORDS - Static variable in class com.endeca.itl.cas.MetricId
 
NONARCHIVED_DIRECTORIES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
NONARCHIVED_DIRECTORIES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
NONARCHIVED_FILES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
NONARCHIVED_FILES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
NOT_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
NOT_RUNNING - Static variable in class com.endeca.itl.cas.CrawlerState
 

O

OFF - Static variable in class com.endeca.itl.cas.LoggingLevel
 
OutputConfig - Class in com.endeca.itl.cas
Output Config allow a client to specify information about the destination to which content is written in a particular crawl run.
OutputConfig() - Constructor for class com.endeca.itl.cas.OutputConfig
 
OutputConfig(ModuleId, ModuleProperty[]) - Constructor for class com.endeca.itl.cas.OutputConfig
 

P

Property - Class in com.endeca.itl.cas
A Property is a key-value pair used to provide configuration information about the server or a particular module (such as a content source).
Property() - Constructor for class com.endeca.itl.cas.Property
 
Property(String, String) - Constructor for class com.endeca.itl.cas.Property
 

R

readResolve() - Method in class com.endeca.itl.cas.ComparisonOperator
 
readResolve() - Method in class com.endeca.itl.cas.CrawlerState
 
readResolve() - Method in class com.endeca.itl.cas.CrawlMode
 
readResolve() - Method in class com.endeca.itl.cas.DateComparisonOperator
 
readResolve() - Method in class com.endeca.itl.cas.FilterScope
 
readResolve() - Method in class com.endeca.itl.cas.LoggingLevel
 
readResolve() - Method in class com.endeca.itl.cas.MetricId
 
RegexFilter - Class in com.endeca.itl.cas
RegexFilter is a filter that applies a regular expression to a particular property.
RegexFilter() - Constructor for class com.endeca.itl.cas.RegexFilter
 
RegexFilter(FilterScope, String, String) - Constructor for class com.endeca.itl.cas.RegexFilter
 
RUNNING - Static variable in class com.endeca.itl.cas.CrawlerState
 

S

Seed - Class in com.endeca.itl.cas
A Seed object represents a starting point for defining a crawl.
Seed() - Constructor for class com.endeca.itl.cas.Seed
 
Seed(String) - Constructor for class com.endeca.itl.cas.Seed
 
set_return(CrawlConfig) - Method in class com.endeca.itl.cas.GetCrawlConfigResponse
Sets the _return value for this GetCrawlConfigResponse.
set_return(Metric[]) - Method in class com.endeca.itl.cas.GetMetricsResponse
Sets the _return value for this GetMetricsResponse.
set_return(Property[]) - Method in class com.endeca.itl.cas.GetServerInfoResponse
Sets the _return value for this GetServerInfoResponse.
set_return(Status) - Method in class com.endeca.itl.cas.GetStatusResponse
Sets the _return value for this GetStatusResponse.
set_return(ModuleId[]) - Method in class com.endeca.itl.cas.ListContentSourcesResponse
Sets the _return value for this ListContentSourcesResponse.
set_return(CrawlId[]) - Method in class com.endeca.itl.cas.ListCrawlsResponse
Sets the _return value for this ListCrawlsResponse.
setAttempts(PositiveInteger) - Method in class com.endeca.itl.cas.TextExtractionConfig
Sets the attempts value for this TextExtractionConfig.
setBaseConfig(BaseConfig) - Method in class com.endeca.itl.cas.CrawlConfig
Sets the baseConfig value for this CrawlConfig.
setCasCrawlerPortEndpointAddress(String) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
setCasCrawlerPortWSDDServiceName(String) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
 
setContentSourceConfig(ContentSourceConfig) - Method in class com.endeca.itl.cas.CrawlConfig
Sets the contentSourceConfig value for this CrawlConfig.
setCrawlConfig(CrawlConfig) - Method in class com.endeca.itl.cas.CreateCrawl
Sets the crawlConfig value for this CreateCrawl.
setCrawlConfig(CrawlConfig) - Method in class com.endeca.itl.cas.UpdateCrawl
Sets the crawlConfig value for this UpdateCrawl.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.CrawlMetrics
Sets the crawlId value for this CrawlMetrics.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.CreateCrawl
Sets the crawlId value for this CreateCrawl.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.DeleteCrawl
Sets the crawlId value for this DeleteCrawl.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.GetCrawlConfig
Sets the crawlId value for this GetCrawlConfig.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.GetMetrics
Sets the crawlId value for this GetMetrics.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.GetStatus
Sets the crawlId value for this GetStatus.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.StartCrawl
Sets the crawlId value for this StartCrawl.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.StopCrawl
Sets the crawlId value for this StopCrawl.
setCrawlId(CrawlId) - Method in class com.endeca.itl.cas.UpdateCrawl
Sets the crawlId value for this UpdateCrawl.
setCrawlMetricList(CrawlMetrics[]) - Method in class com.endeca.itl.cas.GetAllMetricsResponse
Sets the crawlMetricList value for this GetAllMetricsResponse.
setCrawlMode(CrawlMode) - Method in class com.endeca.itl.cas.StartCrawl
Sets the crawlMode value for this StartCrawl.
setCrawlThreads(PositiveInteger) - Method in class com.endeca.itl.cas.BaseConfig
Sets the crawlThreads value for this BaseConfig.
setCrawlValidationErrorList(CrawlValidationError[]) - Method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
Sets the crawlValidationErrorList value for this InvalidCrawlConfigFault.
setEnabled(Boolean) - Method in class com.endeca.itl.cas.TextExtractionConfig
Sets the enabled value for this TextExtractionConfig.
setEndpointAddress(String, String) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
Set the endpoint address for the specified port name.
setEndpointAddress(QName, String) - Method in class com.endeca.itl.cas.CasCrawlerServiceLocator
Set the endpoint address for the specified port name.
setErrorMessage(String) - Method in class com.endeca.itl.cas.CrawlValidationError
Sets the errorMessage value for this CrawlValidationError.
setExcludeFilters(Filter[]) - Method in class com.endeca.itl.cas.SourceConfig
Sets the excludeFilters value for this SourceConfig.
setFillInDefaults(Boolean) - Method in class com.endeca.itl.cas.GetCrawlConfig
Sets the fillInDefaults value for this GetCrawlConfig.
setId(String) - Method in class com.endeca.itl.cas.CrawlId
Sets the id value for this CrawlId.
setId(String) - Method in class com.endeca.itl.cas.ModuleId
Sets the id value for this ModuleId.
setIncludeFilters(Filter[]) - Method in class com.endeca.itl.cas.SourceConfig
Sets the includeFilters value for this SourceConfig.
setKey(String) - Method in class com.endeca.itl.cas.ModuleProperty
Sets the key value for this ModuleProperty.
setKey(String) - Method in class com.endeca.itl.cas.Property
Sets the key value for this Property.
setLocalCopyDir(FilePath) - Method in class com.endeca.itl.cas.TextExtractionConfig
Sets the localCopyDir value for this TextExtractionConfig.
setLoggingLevel(LoggingLevel) - Method in class com.endeca.itl.cas.BaseConfig
Sets the loggingLevel value for this BaseConfig.
setMakeLocalCopy(Boolean) - Method in class com.endeca.itl.cas.TextExtractionConfig
Sets the makeLocalCopy value for this TextExtractionConfig.
setMessage1(String) - Method in exception com.endeca.itl.cas.ItlFault
Sets the message1 value for this ItlFault.
setMetricId(MetricId) - Method in class com.endeca.itl.cas.Metric
Sets the metricId value for this Metric.
setMetricList(Metric[]) - Method in class com.endeca.itl.cas.CrawlMetrics
Sets the metricList value for this CrawlMetrics.
setModuleId(ModuleId) - Method in class com.endeca.itl.cas.ContentSourceConfig
Sets the moduleId value for this ContentSourceConfig.
setModuleProperties(ModuleProperty[]) - Method in class com.endeca.itl.cas.ContentSourceConfig
Sets the moduleProperties value for this ContentSourceConfig.
setOperator(ComparisonOperator) - Method in class com.endeca.itl.cas.ComparableValueFilter
Sets the operator value for this ComparableValueFilter.
setOperator(DateComparisonOperator) - Method in class com.endeca.itl.cas.DateFilter
Sets the operator value for this DateFilter.
setOutputConfig(OutputConfig) - Method in class com.endeca.itl.cas.CrawlConfig
Sets the outputConfig value for this CrawlConfig.
setOutputId(ModuleId) - Method in class com.endeca.itl.cas.OutputConfig
Sets the outputId value for this OutputConfig.
setOutputProperties(ModuleProperty[]) - Method in class com.endeca.itl.cas.OutputConfig
Sets the outputProperties value for this OutputConfig.
setPath(String) - Method in class com.endeca.itl.cas.FilePath
Sets the path value for this FilePath.
setPath(String) - Method in class com.endeca.itl.cas.Seed
Sets the path value for this Seed.
setPropertyName(String) - Method in class com.endeca.itl.cas.Filter
Sets the propertyName value for this Filter.
setReferenceValue(Calendar) - Method in class com.endeca.itl.cas.DateFilter
Sets the referenceValue value for this DateFilter.
setReferenceValue(long) - Method in class com.endeca.itl.cas.LongFilter
Sets the referenceValue value for this LongFilter.
setRegex(String) - Method in class com.endeca.itl.cas.RegexFilter
Sets the regex value for this RegexFilter.
setScope(FilterScope) - Method in class com.endeca.itl.cas.Filter
Sets the scope value for this Filter.
setSeeds(Seed[]) - Method in class com.endeca.itl.cas.SourceConfig
Sets the seeds value for this SourceConfig.
setSourceConfig(SourceConfig) - Method in class com.endeca.itl.cas.CrawlConfig
Sets the sourceConfig value for this CrawlConfig.
setState(CrawlerState) - Method in class com.endeca.itl.cas.Status
Sets the state value for this Status.
setTextExtractionConfig(TextExtractionConfig) - Method in class com.endeca.itl.cas.CrawlConfig
Sets the textExtractionConfig value for this CrawlConfig.
setTimeout(PositiveInteger) - Method in class com.endeca.itl.cas.TextExtractionConfig
Sets the timeout value for this TextExtractionConfig.
setValue(CrawlMode) - Method in class com.endeca.itl.cas.MetricCrawlMode
Sets the value value for this MetricCrawlMode.
setValue(CrawlerState) - Method in class com.endeca.itl.cas.MetricCrawlState
Sets the value value for this MetricCrawlState.
setValue(long) - Method in class com.endeca.itl.cas.MetricDate
Sets the value value for this MetricDate.
setValue(long) - Method in class com.endeca.itl.cas.MetricLong
Sets the value value for this MetricLong.
setValue(String) - Method in class com.endeca.itl.cas.MetricString
Sets the value value for this MetricString.
setValue(String) - Method in class com.endeca.itl.cas.ModuleProperty
Sets the value value for this ModuleProperty.
setValue(String) - Method in class com.endeca.itl.cas.Property
Sets the value value for this Property.
setWildcard(String) - Method in class com.endeca.itl.cas.WildcardFilter
Sets the wildcard value for this WildcardFilter.
SourceConfig - Class in com.endeca.itl.cas
Source Config allow a client to specify information about the source for a particular crawl run, including what items to include and exclude and a list of seeds.
SourceConfig() - Constructor for class com.endeca.itl.cas.SourceConfig
 
SourceConfig(Filter[], Filter[], Seed[]) - Constructor for class com.endeca.itl.cas.SourceConfig
 
START_TIME - Static variable in class com.endeca.itl.cas.MetricId
 
startCrawl(StartCrawl) - Method in interface com.endeca.itl.cas.CasCrawler
The startCrawl operation starts the crawl with the specified CrawlId.
startCrawl(StartCrawl) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
StartCrawl - Class in com.endeca.itl.cas
StartCrawl holds the Parameters to be passed as part of a startCrawl request.
StartCrawl() - Constructor for class com.endeca.itl.cas.StartCrawl
 
StartCrawl(CrawlId, CrawlMode) - Constructor for class com.endeca.itl.cas.StartCrawl
 
StartCrawlResponse - Class in com.endeca.itl.cas
StartCrawlResponse holds the (empty) response of the service to a startCrawl request.
StartCrawlResponse() - Constructor for class com.endeca.itl.cas.StartCrawlResponse
 
Status - Class in com.endeca.itl.cas
Status stores the state of the crawler, using the crawler state enumeration.
Status() - Constructor for class com.endeca.itl.cas.Status
 
Status(CrawlerState) - Constructor for class com.endeca.itl.cas.Status
 
stopCrawl(StopCrawl) - Method in interface com.endeca.itl.cas.CasCrawler
The stopCrawl operation stops the crawl with the specified CrawlId.
stopCrawl(StopCrawl) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
StopCrawl - Class in com.endeca.itl.cas
StopCrawl holds the parameters to be passed as part of a stopCrawl request.
StopCrawl() - Constructor for class com.endeca.itl.cas.StopCrawl
 
StopCrawl(CrawlId) - Constructor for class com.endeca.itl.cas.StopCrawl
 
StopCrawlResponse - Class in com.endeca.itl.cas
StopCrawlResponse holds the (empty) response of the service to a stopCrawl request.
StopCrawlResponse() - Constructor for class com.endeca.itl.cas.StopCrawlResponse
 
STOPPING - Static variable in class com.endeca.itl.cas.CrawlerState
 
SUCCESSFUL_TEXT_EXTRACTIONS - Static variable in class com.endeca.itl.cas.MetricId
 
SUCCESSFUL_TEXT_EXTRACTIONS_AFTER_RETRY - Static variable in class com.endeca.itl.cas.MetricId
 

T

TextExtractionConfig - Class in com.endeca.itl.cas
Text extraction Config allow a client to specify extraction-specific parameters to override default values.
TextExtractionConfig() - Constructor for class com.endeca.itl.cas.TextExtractionConfig
 
TextExtractionConfig(Boolean, Boolean, FilePath, PositiveInteger, PositiveInteger) - Constructor for class com.endeca.itl.cas.TextExtractionConfig
 
toString() - Method in class com.endeca.itl.cas.ComparisonOperator
 
toString() - Method in class com.endeca.itl.cas.CrawlerState
 
toString() - Method in class com.endeca.itl.cas.CrawlMode
 
toString() - Method in class com.endeca.itl.cas.DateComparisonOperator
 
toString() - Method in class com.endeca.itl.cas.FilterScope
 
toString() - Method in class com.endeca.itl.cas.LoggingLevel
 
toString() - Method in class com.endeca.itl.cas.MetricId
 
TOTAL_RECORDS - Static variable in class com.endeca.itl.cas.MetricId
 
TRACE - Static variable in class com.endeca.itl.cas.LoggingLevel
 

U

updateCrawl(UpdateCrawl) - Method in interface com.endeca.itl.cas.CasCrawler
The updateCrawl operation updates the CrawlConfig information describing the crawl with the specified CrawlId.
updateCrawl(UpdateCrawl) - Method in class com.endeca.itl.cas.CasCrawlerServiceSoapBindingStub
 
UpdateCrawl - Class in com.endeca.itl.cas
UpdateCrawl holds the parameters to be passed as part of a updateCrawl request: the ID of the crawl to be updated is required, as is the new configuration to be used by that crawl.
UpdateCrawl() - Constructor for class com.endeca.itl.cas.UpdateCrawl
 
UpdateCrawl(CrawlId, CrawlConfig) - Constructor for class com.endeca.itl.cas.UpdateCrawl
 
UpdateCrawlResponse - Class in com.endeca.itl.cas
UpdateCrawlResponse holds the (empty) response of the service to a updateCrawl request.
UpdateCrawlResponse() - Constructor for class com.endeca.itl.cas.UpdateCrawlResponse
 

W

WARN - Static variable in class com.endeca.itl.cas.LoggingLevel
 
WildcardFilter - Class in com.endeca.itl.cas
WildcardFilter is a filter that applies a wildcard to a particular property.
WildcardFilter() - Constructor for class com.endeca.itl.cas.WildcardFilter
 
WildcardFilter(FilterScope, String, String) - Constructor for class com.endeca.itl.cas.WildcardFilter
 
writeDetails(QName, SerializationContext) - Method in exception com.endeca.itl.cas.CrawlAlreadyExistsFault
Writes the exception data to the faultDetails
writeDetails(QName, SerializationContext) - Method in exception com.endeca.itl.cas.CrawlInProgressFault
Writes the exception data to the faultDetails
writeDetails(QName, SerializationContext) - Method in exception com.endeca.itl.cas.CrawlNotFoundFault
Writes the exception data to the faultDetails
writeDetails(QName, SerializationContext) - Method in exception com.endeca.itl.cas.InvalidCrawlConfigFault
Writes the exception data to the faultDetails
writeDetails(QName, SerializationContext) - Method in exception com.endeca.itl.cas.ItlFault
Writes the exception data to the faultDetails

_

_AFTER - Static variable in class com.endeca.itl.cas.DateComparisonOperator
 
_ALL - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_ARCHIVED_DIRECTORIES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
_ARCHIVED_DIRECTORIES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
_ARCHIVED_FILES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
_ARCHIVED_FILES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
_BEFORE - Static variable in class com.endeca.itl.cas.DateComparisonOperator
 
_CRAWL_MODE - Static variable in class com.endeca.itl.cas.MetricId
 
_CRAWL_STATE - Static variable in class com.endeca.itl.cas.MetricId
 
_DEBUG - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_DELETED_RECORDS - Static variable in class com.endeca.itl.cas.MetricId
 
_DIRECTORIES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
_DIRECTORIES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
_DIRECTORY - Static variable in class com.endeca.itl.cas.FilterScope
 
_DURATION_IN_SECONDS - Static variable in class com.endeca.itl.cas.MetricId
 
_END_TIME - Static variable in class com.endeca.itl.cas.MetricId
 
_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
_ERROR - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_FAILED_TEXT_EXTRACTIONS - Static variable in class com.endeca.itl.cas.MetricId
 
_FATAL - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_FILE - Static variable in class com.endeca.itl.cas.FilterScope
 
_FILES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
_FILES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
_FULL_CRAWL - Static variable in class com.endeca.itl.cas.CrawlMode
 
_GREATER - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
_GREATER_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
_INCREMENTAL_CRAWL - Static variable in class com.endeca.itl.cas.CrawlMode
 
_INFO - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_LESS - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
_LESS_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
_NEW_OR_UPDATED_RECORDS - Static variable in class com.endeca.itl.cas.MetricId
 
_NONARCHIVED_DIRECTORIES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
_NONARCHIVED_DIRECTORIES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
_NONARCHIVED_FILES_CRAWLED - Static variable in class com.endeca.itl.cas.MetricId
 
_NONARCHIVED_FILES_FILTERED - Static variable in class com.endeca.itl.cas.MetricId
 
_NOT_EQUAL - Static variable in class com.endeca.itl.cas.ComparisonOperator
 
_NOT_RUNNING - Static variable in class com.endeca.itl.cas.CrawlerState
 
_OFF - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_RUNNING - Static variable in class com.endeca.itl.cas.CrawlerState
 
_START_TIME - Static variable in class com.endeca.itl.cas.MetricId
 
_STOPPING - Static variable in class com.endeca.itl.cas.CrawlerState
 
_SUCCESSFUL_TEXT_EXTRACTIONS - Static variable in class com.endeca.itl.cas.MetricId
 
_SUCCESSFUL_TEXT_EXTRACTIONS_AFTER_RETRY - Static variable in class com.endeca.itl.cas.MetricId
 
_TOTAL_RECORDS - Static variable in class com.endeca.itl.cas.MetricId
 
_TRACE - Static variable in class com.endeca.itl.cas.LoggingLevel
 
_WARN - Static variable in class com.endeca.itl.cas.LoggingLevel
 

A B C D E F G H I L M N O P R S T U W _
Content Acquisition System Web Service Stubs 3.2.2

Copyright © 2006, 2012, Oracle and/or its affiliates. All rights reserved.
@VERSION
PRODUCT: Content Acquisition System Web Service Stubs (casStubs)
VERSION: 3.2.2
BUILD:   NONEDEV
ARCH_OS: n/a
DATE:    2012-02-28T13:13:19-0500