Skip navigation links

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


oracle.webcenter.search
Class Predicate

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComplexPredicate, NamedPredicate, TextPredicate

public class Predicate
extends java.lang.Object
implements java.io.Serializable

A predicate is the base class for all WHERE clauses in a Query.

Since:
11.1.1.0.0 Beta 2
See Also:
Serialized Form

Constructor Summary
Predicate()
           

 

Method Summary
 Predicate clonePredicate()
          Clones the Predicate so that any modifications to the internals of it won't be committed across different services' consumption of this.

 

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

 

Constructor Detail

Predicate

public Predicate()

Method Detail

clonePredicate

public Predicate clonePredicate()
Clones the Predicate so that any modifications to the internals of it won't be committed across different services' consumption of this.
Returns:
a clone of itself.

Skip navigation links

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


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