com.plumtree.server
Class PT_DSPROVIDER_CAPABILITY_VALUES

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

public final class PT_DSPROVIDER_CAPABILITY_VALUES
extends java.lang.Object

Does this data source provider support crawling?

Author:
JosephS
See Also:
PT_DSPROVIDER_CAPABILITIES

Field Summary
static int PT_DSPCV_CRAWLING_NOT_SUPPORTED
           
static int PT_DSPCV_INVALID
           
static int PT_DSPCV_SUPPORTS_CRAWLING
           
 
Constructor Summary
PT_DSPROVIDER_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_DSPCV_CRAWLING_NOT_SUPPORTED

public static final int PT_DSPCV_CRAWLING_NOT_SUPPORTED
See Also:
Constant Field Values

PT_DSPCV_SUPPORTS_CRAWLING

public static final int PT_DSPCV_SUPPORTS_CRAWLING
See Also:
Constant Field Values

PT_DSPCV_INVALID

public static final int PT_DSPCV_INVALID
See Also:
Constant Field Values
Constructor Detail

PT_DSPROVIDER_CAPABILITY_VALUES

public PT_DSPROVIDER_CAPABILITY_VALUES()