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. |
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.
getNodeType
public int getNodeType()
- Returns the node type of this node.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.