WebCenter Interaction API  
 

IPTPropertyFilterStatement.SetOperator Method 

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

void SetOperator(
   int Value
);

Parameters

Value
the operator

See Also

IPTPropertyFilterStatement Interface | com.plumtree.server Namespace | PT_FILTEROPS