Overview

A predicate filters size attribute using condition based on the specific operator (such as ">", ">=", "=", "<=", "<", "BETWEEN", and "!="). This predicate provides finer control than SizePredicate which only supports ">" and "<". It simplifies the query in Search APIs.

Members

Show inherited members

Name Type Description

firstOperand

long

Returns the operand (for unary operator) or the first operand (for binary operator).

operator

operator

Returns the operator used for the predicate.

secondOperand

long

Returns the second operand of a binary operator, or null if the operator is unary.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:sizeWithOperatorPredicate xsi:type="obh:sizeWithOperatorPredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <firstOperand>your_long_0</firstOperand>
        <operator>your_operator_0</operator>
        <secondOperand>your_long_0</secondOperand>
</obh:sizeWithOperatorPredicate>

Referenced By Representaions

Not Referenced Directly by Representations