com.plumtree.server
Class PT_DATASOURCEPROVREGISTRY_CRAWL_CAPABILITIES

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

public final class PT_DATASOURCEPROVREGISTRY_CRAWL_CAPABILITIES
extends java.lang.Object

Data Source Crawl Capabilities bit mask used by the Data Source Provider Registry

Version:
$Revision$
Author:
StephenC

Field Summary
static int PT_DSPR_ACLIMPORT_SUPPORTED
          Indicates whether ACL Import is supported by the Provider
static int PT_DSPR_MIRRORCRAWL_SUPPORTED
          Indicates whether Mirror Crawling is supported by the Provider
 
Constructor Summary
PT_DATASOURCEPROVREGISTRY_CRAWL_CAPABILITIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_DSPR_ACLIMPORT_SUPPORTED

public static final int PT_DSPR_ACLIMPORT_SUPPORTED
Indicates whether ACL Import is supported by the Provider

See Also:
Constant Field Values

PT_DSPR_MIRRORCRAWL_SUPPORTED

public static final int PT_DSPR_MIRRORCRAWL_SUPPORTED
Indicates whether Mirror Crawling is supported by the Provider

See Also:
Constant Field Values
Constructor Detail

PT_DATASOURCEPROVREGISTRY_CRAWL_CAPABILITIES

public PT_DATASOURCEPROVREGISTRY_CRAWL_CAPABILITIES()