Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IntArrayQueryFilter Constructor 

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

public IntArrayQueryFilter(
   ObjectProperty prop,
   Operator op,
   int[] 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.In

Exceptions

Exception Type Condition
InvalidQueryFilterException An invalid Operator was specified.

See Also

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