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).
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. |
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()
.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.