Collaboration API Documentation

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
 
Method Summary
 QueryOperand getLeftOperand()
          Returns the first operand.
 QueryOperand getRightOperand()
          Returns the second operand.
 void setOperands(QueryOperand leftOperand, QueryOperand rightOperand)
          Specifies the operands for this operator.
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
getNodeType
 

Method Detail

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.

Collaboration API Documentation

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