WebCenter Interaction API  
 

PT_CRAWL_INFO Members

PT_CRAWL_INFO overview

Public Static Fields

public fieldstaticMAX_NUMBER_PROCESSING_THREADS Indicates the maximum number of pulling threads that a crawl will have
public fieldstaticMAX_NUMBER_PULLING_THREADS Indicates the maximum number of pulling threads that a crawl will have
public fieldstaticPT_CRAWL_INFO_CRAWL_DEPTH Indicates the maximum depth of nodes that should be crawled.
public fieldstaticPT_CRAWL_INFO_CRAWL_DESCRIPTION Description of the Crawler
public fieldstaticPT_CRAWL_INFO_INVALID Indicates the number of items in this enumeration
public fieldstaticPT_CRAWL_INFO_THREADS Indicates the number of threads that should be used during a Crawl

Public Instance Constructors

public method PT_CRAWL_INFO Constructor Initializes a new instance of the PT_CRAWL_INFO class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_CRAWL_INFO Class | com.plumtree.server Namespace | IPTCrawler