Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.search
Class ComparatorConstants

java.lang.Object
  extended by oracle.webcenter.search.ComparatorConstants


public class ComparatorConstants
extends java.lang.Object

An enumeration of all the possible comparators in the system. It combines various comparators for different data types ranging from dates, numbers, and strings, able to support respectively Calendar, Number, and String Java data types.

Since:
11.1.1.0.0 Beta 2

Field Summary
static java.lang.String CONTAINS
          Attribute contains value passed in.
static java.lang.String ENDS_WITH
          Attribute ends with the value passed in.
static java.lang.String EQUALS
          Attribute is equal to value passed in.
static java.lang.String GREATER_THAN
          Attribute is greater than the value passed in.
static java.lang.String GREATER_THAN_OR_EQUALS
          Attribute is greater than or equal to value passed in.
static java.lang.String LESS_THAN
          Attribute is less than the value passed in.
static java.lang.String LESS_THAN_OR_EQUALS
          Attribute is less than or equal to the value passed in.
static java.lang.String NOT_EQUALS
          Attribute is not equal to the value passed in.
static java.lang.String REG_EXP_MATCH
          For Strings
static java.lang.String SINCE_NUM_DAYS
          The value is N + 1 where N is since N days.
static java.lang.String STARTS_WITH
          Attribute starts with the value passed in.

 

Constructor Summary
ComparatorConstants()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

EQUALS

public static final java.lang.String EQUALS
Attribute is equal to value passed in.
See Also:
Constant Field Values

NOT_EQUALS

public static final java.lang.String NOT_EQUALS
Attribute is not equal to the value passed in.
See Also:
Constant Field Values

GREATER_THAN

public static final java.lang.String GREATER_THAN
Attribute is greater than the value passed in.
See Also:
Constant Field Values

GREATER_THAN_OR_EQUALS

public static final java.lang.String GREATER_THAN_OR_EQUALS
Attribute is greater than or equal to value passed in.
See Also:
Constant Field Values

LESS_THAN

public static final java.lang.String LESS_THAN
Attribute is less than the value passed in.
See Also:
Constant Field Values

LESS_THAN_OR_EQUALS

public static final java.lang.String LESS_THAN_OR_EQUALS
Attribute is less than or equal to the value passed in.
See Also:
Constant Field Values

SINCE_NUM_DAYS

public static final java.lang.String SINCE_NUM_DAYS
The value is N + 1 where N is since N days.
See Also:
Constant Field Values

CONTAINS

public static final java.lang.String CONTAINS
Attribute contains value passed in.
See Also:
Constant Field Values

STARTS_WITH

public static final java.lang.String STARTS_WITH
Attribute starts with the value passed in.
See Also:
Constant Field Values

ENDS_WITH

public static final java.lang.String ENDS_WITH
Attribute ends with the value passed in.
See Also:
Constant Field Values

REG_EXP_MATCH

public static final java.lang.String REG_EXP_MATCH
For Strings
See Also:
Constant Field Values

Constructor Detail

ComparatorConstants

public ComparatorConstants()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.