Collaboration API Documentation

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
 
Method Summary
 QueryOperand getOperand()
          Returns the operand.
 void setOperand(QueryOperand operand)
          Specifies the operand for this operator.
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
getNodeType
 

Method Detail

setOperand

public void setOperand(QueryOperand operand)
Specifies the operand for this operator.

getOperand

public QueryOperand getOperand()
Returns the operand.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.