WebCenter Interaction API  
 

IPTPropertyFilterStatement Members

IPTPropertyFilterStatement overview

Public Instance Methods

public methodGetOperand Returns the operand for the filter statement. In the example "Name = 'Fred'", the operand is Name. This will be a value from PT_PROPIDS.
public methodGetOperator Returns the operator for the filter statement. In the example "Name = 'Fred'", the operand is "=". This will be a value from PT_FILTEROPS.
public methodGetValueAsDouble Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
public methodGetValueAsFloat Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
public methodGetValueAsInt Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
public methodGetValueAsObject Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
public methodGetValueAsString Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
public methodGetValueAsXPDateTime Returns the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".
public methodSetOperand Sets the operand for the filter statement. In the example "Name = 'Fred'", the operand is Name. This should be a value from PT_PROPIDS.
public methodSetOperator Sets the operator for the filter statement. In the example "Name = 'Fred'", the operand is "=". This should be a value from PT_FILTEROPS.
public methodSetValueOverloaded. Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

See Also

IPTPropertyFilterStatement Interface | com.plumtree.server Namespace | IPTFilter | IPTPropertyFilterClauses | IPTPropertyFilterItem