Collaboration API Documentation

com.filenet.bso.api.collaboration.query
Interface PropertyOperand

All Superinterfaces:
PropertyCriteriaNode, QueryOperand, java.io.Serializable

public interface PropertyOperand
extends QueryOperand

Interface to a node that defines an operand as a property.


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
 java.lang.String getPropertySymName()
          Returns the property symbolic name.
 void setPropertySymName(java.lang.String symname)
          Specifies the property symbolic name.
 
Methods inherited from interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode
getNodeType
 

Method Detail

setPropertySymName

public void setPropertySymName(java.lang.String symname)
Specifies the property symbolic name.

getPropertySymName

public java.lang.String getPropertySymName()
Returns the property symbolic name.

Collaboration API Documentation

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