com.plumtree.server
Class PT_CRAWLPROVIDER_GETCHILDNODEMASK

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

public final class PT_CRAWLPROVIDER_GETCHILDNODEMASK
extends java.lang.Object

This list specifies the bitmask used to retrieve information about a Child Node

Version:
$Revision$
Author:
StephenC

Field Summary
static int PT_DSCPF_CONTAINERS
          Containers in this Child
static int PT_DSCPF_CONTAINERS_AND_DOCS
          Both the Containers and the Documents in this Child
static int PT_DSCPF_DOCUMENTS
          Documents in this Child
 
Constructor Summary
PT_CRAWLPROVIDER_GETCHILDNODEMASK()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_DSCPF_DOCUMENTS

public static final int PT_DSCPF_DOCUMENTS
Documents in this Child

See Also:
Constant Field Values

PT_DSCPF_CONTAINERS

public static final int PT_DSCPF_CONTAINERS
Containers in this Child

See Also:
Constant Field Values

PT_DSCPF_CONTAINERS_AND_DOCS

public static final int PT_DSCPF_CONTAINERS_AND_DOCS
Both the Containers and the Documents in this Child

See Also:
Constant Field Values
Constructor Detail

PT_CRAWLPROVIDER_GETCHILDNODEMASK

public PT_CRAWLPROVIDER_GETCHILDNODEMASK()