com.filenet.bso.api.collaboration.query
Interface BinaryComparisonOperator
- All Superinterfaces:
- PropertyCriteriaNode, java.io.Serializable
- public interface BinaryComparisonOperator
- extends PropertyCriteriaNode
Interface to a node that defines a comparison operator that takes
two operands.
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 |
setOperands
public void setOperands(QueryOperand leftOperand,
QueryOperand rightOperand)
- Specifies the operands for this operator.
getLeftOperand
public QueryOperand getLeftOperand()
- Returns the first operand.
getRightOperand
public QueryOperand getRightOperand()
- Returns the second operand.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.