com.plumtree.server
Class PT_CP_CAPABILITIES

java.lang.Object
  |
  +--com.plumtree.server.PT_CP_CAPABILITIES

public final class PT_CP_CAPABILITIES
extends java.lang.Object

This list is used to check the capabilities of a Crawl Provider. It is used by IPTDataSourceCrawlProvider.QueryCapability

See Also:
IPTDataSourceCrawlProvider, PT_CRAWL_PROVIDER_CAPABILITY_VALUES

Field Summary
static int PT_CPC_DOCS_IN_MULTIPLE_FOLDERS
          Indicates whether the Documents in the Provider can reside in multiple Folders
static int PT_CPC_INVALID
          Indicates the number of items in this enumeration
static int PT_CPC_REQUIRE_BACKLINK_CHECK
          Indicates whether a backlink check is required
static int PT_CPC_RETURNS_FOLDER_NAMES
          Indicates whether Folder Names are returned by the Provider
static int PT_CPC_SUPPORTS_ACL_IMPORT
          Indicates whether the Provider supports the import of ACL's
static int PT_CPC_SUPPORTS_MIRROR_CRAWL
          Indicates whether the Provider supports mirror crawls.
 
Constructor Summary
PT_CP_CAPABILITIES()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CPC_REQUIRE_BACKLINK_CHECK

public static final int PT_CPC_REQUIRE_BACKLINK_CHECK
Indicates whether a backlink check is required

PT_CPC_RETURNS_FOLDER_NAMES

public static final int PT_CPC_RETURNS_FOLDER_NAMES
Indicates whether Folder Names are returned by the Provider

PT_CPC_SUPPORTS_ACL_IMPORT

public static final int PT_CPC_SUPPORTS_ACL_IMPORT
Indicates whether the Provider supports the import of ACL's

PT_CPC_SUPPORTS_MIRROR_CRAWL

public static final int PT_CPC_SUPPORTS_MIRROR_CRAWL
Indicates whether the Provider supports mirror crawls. A mirror crawl creates a mirror image of the nodes in the Provider into the Catalog

PT_CPC_DOCS_IN_MULTIPLE_FOLDERS

public static final int PT_CPC_DOCS_IN_MULTIPLE_FOLDERS
Indicates whether the Documents in the Provider can reside in multiple Folders

PT_CPC_INVALID

public static final int PT_CPC_INVALID
Indicates the number of items in this enumeration
Constructor Detail

PT_CP_CAPABILITIES

public PT_CP_CAPABILITIES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.