SAP NetWeaver '04

Uses of Class
com.sapportals.wcm.service.xcrawler.XCrawlerException

Packages that use XCrawlerException
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
com.sapportals.wcm.service.xcrawler Provides a service that crawls repositories to obtain references to resources.  
 

Uses of XCrawlerException in com.sapportals.wcm.service.indexmanagement
 

Methods in com.sapportals.wcm.service.indexmanagement that throw XCrawlerException
 java.util.List IIndexService.getAllIndexmanagementCrawlers(IIndex index)
          Returns an ID list of all crawler for an index.
 java.util.List IIndexService.getFailedCrawlers(IIndex index)
          Returns an ID list with the failed crawler.
 

Uses of XCrawlerException in com.sapportals.wcm.service.xcrawler
 

Methods in com.sapportals.wcm.service.xcrawler that throw XCrawlerException
 java.lang.String[] IXCrawlerService.getCrawlerParameterNames()
          Get the names of the available crawler parameters.
These are the configurables in the configuration plugin /cm/services/xcrawlers of the config class XCrawler.
 java.lang.String IXCrawlerService.getDefaultCrawlerParameterName()
          Get the name of the default crawler parameters.
 IXCrawlerParameters IXCrawlerService.createCrawlerParameters(java.lang.String parameterName)
          Create crawler parameters from a configurable in the configuration plugin /cm/services/xcrawlers.
 IXCrawlerParameters IXCrawlerService.createCrawlerParameters(int maxDepth, int retrieverCount, int providerCount, boolean useETag, boolean useChecksum, boolean followLinks, boolean crawlVersions, boolean crawlHidden, boolean crawlSystem, long requestDelayInMilliseconds, IXCrawlerParameters.ModificationCheckMode modificationCheckMode, boolean findAllDocsInDepth, boolean respectRobots, boolean test, com.sapportals.wcm.service.resourcefilter.IResourceFilter[] scopeFilters, com.sapportals.wcm.service.resourcefilter.IResourceFilter[] resultFilters, long maxLogFileSizeInBytes, int maxBacklogFiles, java.lang.String logFilePath, IXCrawlerParameters.LogLevel maxLogLevel, long documentTimeoutInSeconds)
          Create crawler parameters.
 void IXCrawlerService.runCrawlerTask(java.lang.String taskID, java.lang.String taskDisplayName, IRidList[] startResources, IXCrawlerParameters[] parameters, java.lang.String resultReceiverFactoryClassName, java.lang.String userDataForFactory, boolean survivesRestart, boolean delta, ISystem node, boolean deleteAfterCompletion)
          Run a crawler task.
Multiple lists of start resources can be specified.
 void IXCrawlerService.suspendCrawlerTask(java.lang.String taskID)
          Suspend a crawler task.
The task must be running.
 void IXCrawlerService.resumeCrawlerTask(java.lang.String taskID)
          Resume a crawler task.
The task must be suspended.
 void IXCrawlerService.stopCrawlerTask(java.lang.String taskID)
          Stop a crawler task.
The method returns after the task is stopped.
 void IXCrawlerService.deleteCrawlerTask(java.lang.String taskID)
          Delete a crawler task.
The task is stopped before deletion.
The task is deleted in the database.
 IXCrawlerTaskSummary[] IXCrawlerService.getCrawlerTaskSummaries()
          Get the state summaries of all crawler tasks.
 IXCrawlerTaskSummary IXCrawlerService.getCrawlerTaskSummary(java.lang.String taskID)
          Get the state summary of a crawler task.
 boolean IXCrawlerService.isRunning(java.lang.String taskID)
          Check, if a crawler task is running for the specified taskID.
 boolean IXCrawlerService.isSuspended(java.lang.String taskID)
          Check, if a crawler task is suspended for the specified taskID.
 boolean IXCrawlerService.isScheduled(java.lang.String taskID)
          Check, if a crawler task is scheduled for the specified taskID
(and will run if any running or suspended crawler tasks for the
same taskID are finished).
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.