WebCenter Interaction API  
 

IPTPropertyFilterStatement.GetOperator Method 

Returns the operator for the filter statement. In the example "Name = 'Fred'", the operand is "=". This will be a value from PT_FILTEROPS.

int GetOperator();

Return Value

the operator

See Also

IPTPropertyFilterStatement Interface | com.plumtree.server Namespace | PT_FILTEROPS