com.filenet.bso.api.collaboration.query
Interface UnaryComparisonOperator
- All Superinterfaces:
- PropertyCriteriaNode, java.io.Serializable
- public interface UnaryComparisonOperator
- extends PropertyCriteriaNode
Interface to a node that defines a comparison operator that takes
a single operand.
Fields inherited from interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode |
AND, EQUALS, GREATERTHAN, GREATERTHANOREQUAL, IN, ISNOTNULL, ISNULL, LESSTHAN, LESSTHANOREQUAL, LIKE, LITERALOPERAND, NOTEQUAL, NOTLIKE, OBJECTFUNCTION, OR, PROPERTYOPERAND |
setOperand
public void setOperand(QueryOperand operand)
- Specifies the operand for this operator.
getOperand
public QueryOperand getOperand()
- Returns the operand.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.