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 |
setPropertySymName
public void setPropertySymName(java.lang.String symname)
- Specifies the property symbolic name.
getPropertySymName
public java.lang.String getPropertySymName()
- Returns the property symbolic name.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.