Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

DateQueryFilter Constructor 

Creates a query filter that filters based on the specified relation with the specified property.

public DateQueryFilter(
   ObjectProperty prop,
   Operator op,
   DateTime operand
);

Parameters

prop
The property on which to filter.
op
The relation.
operand
The operand to use to relate with the specified property.

Remarks

Allowed Operators are:

Operator.Equals
Operator.NotEquals
Operator.GreaterThan
Operator.GreaterThanOrEquals
Operator.LessThan
Operator.LessThanOrEquals

Exceptions

Exception Type Condition
InvalidQueryFilterException An invalid Operator was specified.

See Also

DateQueryFilter Class | Plumtree.Remote.PRC Namespace | IntQueryFilter | IntArrayQueryFilter | StringQueryFilter