com.plumtree.server
Class PT_CP_CAPABILITIES

java.lang.Object
  extended by 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

Version:
$Revision$
Author:
StephenC
See Also:
com.plumtree.server.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()
           
 
Method Summary
 
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

See Also:
Constant Field Values

PT_CPC_RETURNS_FOLDER_NAMES

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

See Also:
Constant Field Values

PT_CPC_SUPPORTS_ACL_IMPORT

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

See Also:
Constant Field Values

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

See Also:
Constant Field Values

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

See Also:
Constant Field Values

PT_CPC_INVALID

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

See Also:
Constant Field Values
Constructor Detail

PT_CP_CAPABILITIES

public PT_CP_CAPABILITIES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.