Collaboration API Documentation

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

All Superinterfaces:
ContentCriteriaNode, java.io.Serializable

public interface ContentCondition
extends ContentCriteriaNode

Interface to a node that defines the condition string for the appropriate type of content search (either Contains or Freetext).


Fields inherited from interface com.filenet.bso.api.collaboration.query.ContentCriteriaNode
CONTAINS, FREETEXT
 
Method Summary
 java.lang.String getConditionString()
          Returns the condition string specified with setConditionString().
 void setConditionString(java.lang.String s)
          Specifies the condition string appropriate for this operator.
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.ContentCriteriaNode
getNodeType
 

Method Detail

setConditionString

public void setConditionString(java.lang.String s)
Specifies the condition string appropriate for this operator.

getConditionString

public java.lang.String getConditionString()
Returns the condition string specified with setConditionString().

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.