com.plumtree.server
Class PT_CRAWL_PROVIDER_CAPABILITY_VALUES

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

public final class PT_CRAWL_PROVIDER_CAPABILITY_VALUES
extends java.lang.Object

This list contains the possible values for the capabilities listed in PT_CP_CAPABILITIES

Version:
$Revision$
Author:
StephenC
See Also:
PT_CP_CAPABILITIES

Field Summary
static int PT_CPCV_BACKLINK_CHECK_NOT_REQUIRED
          Backlink check is not required.
static int PT_CPCV_BACKLINK_CHECK_REQUIRED
          Backlink check is required.
static int PT_CPCV_INVALID
          Indicates the number of items in this enumeration
 
Constructor Summary
PT_CRAWL_PROVIDER_CAPABILITY_VALUES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_CPCV_BACKLINK_CHECK_REQUIRED

public static final int PT_CPCV_BACKLINK_CHECK_REQUIRED
Backlink check is required. See PT_CP_CAPABILITIES.PT_CPC_REQUIRE_BACKLINK_CHECK

See Also:
Constant Field Values

PT_CPCV_BACKLINK_CHECK_NOT_REQUIRED

public static final int PT_CPCV_BACKLINK_CHECK_NOT_REQUIRED
Backlink check is not required. See PT_CP_CAPABILITIES.PT_CPC_REQUIRE_BACKLINK_CHECK

See Also:
Constant Field Values

PT_CPCV_INVALID

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

See Also:
Constant Field Values
Constructor Detail

PT_CRAWL_PROVIDER_CAPABILITY_VALUES

public PT_CRAWL_PROVIDER_CAPABILITY_VALUES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.