com.plumtree.server
Class PT_CRAWL_CONTAINER_INFO

java.lang.Object
  extended by com.plumtree.server.PT_CRAWL_CONTAINER_INFO

public final class PT_CRAWL_CONTAINER_INFO
extends java.lang.Object

This list contains the different types of information about Folders during a Crawl. It is used by IPTDataSourceCrawlProvider.GetContainerNodeInfo

Version:
$Revision$
Author:
StephenC
See Also:
com.plumtree.server.IPTDataSourceCrawlProvider

Field Summary
static int PT_CRAWL_CONTAINER_INFO_FOLDER_DESC
          Folder Description
static int PT_CRAWL_CONTAINER_INFO_FOLDER_NAME
          Folder Name
static int PT_CRAWL_CONTAINER_INFO_INVALID
          indicates the number of items in this enumeration
 
Constructor Summary
PT_CRAWL_CONTAINER_INFO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CRAWL_CONTAINER_INFO_FOLDER_NAME

public static final int PT_CRAWL_CONTAINER_INFO_FOLDER_NAME
Folder Name

See Also:
Constant Field Values

PT_CRAWL_CONTAINER_INFO_FOLDER_DESC

public static final int PT_CRAWL_CONTAINER_INFO_FOLDER_DESC
Folder Description

See Also:
Constant Field Values

PT_CRAWL_CONTAINER_INFO_INVALID

public static final int PT_CRAWL_CONTAINER_INFO_INVALID
indicates the number of items in this enumeration

See Also:
Constant Field Values
Constructor Detail

PT_CRAWL_CONTAINER_INFO

public PT_CRAWL_CONTAINER_INFO()