Collaboration API Documentation

com.filenet.bso.api.collaboration.query
Interface ContentCriteriaNode

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ContentCondition

public interface ContentCriteriaNode
extends java.io.Serializable

Base interface for a node that makes up the content based search criteria. Currently this criteria can only be a single node -- one of the CONTAINS or FREETEXT types, either of which contain the entire condition suitable for the Contains or Freetext SQL operators, respectively. This may be expanded in the future to include a more complex hierarchy of and/or conditions and different verity modifiers (e.g. Near, Phrase) that would be suitable for a Designer UI to construct.


Field Summary
static int CONTAINS
          Node type that includes the entire condition for the Contains SQL operator.
static int FREETEXT
          Node type that include the entire condition for the Freetext SQL operator.
 
Method Summary
 int getNodeType()
          Returns the node type of this node.
 

Field Detail

CONTAINS

public static final int CONTAINS
Node type that includes the entire condition for the Contains SQL operator.

FREETEXT

public static final int FREETEXT
Node type that include the entire condition for the Freetext SQL operator.
Method Detail

getNodeType

public int getNodeType()
Returns the node type of this node.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.