Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.search
Class NamedPredicate

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributePredicate, NamePredicate

public abstract class NamedPredicate
extends Predicate

An extension of the Predicate class, this interface captures all Predicate classes which have a name specified as a Qualified Name.

Since:
11.1.1.0.0 Beta 2
See Also:
Serialized Form

Constructor Summary
NamedPredicate()
           

 

Method Summary
abstract  QName getName()
          Child classes implement this method to return the name of the entity that we seek.

 

Methods inherited from class oracle.webcenter.search.Predicate
clonePredicate

 

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

 

Constructor Detail

NamedPredicate

public NamedPredicate()

Method Detail

getName

public abstract QName getName()
Child classes implement this method to return the name of the entity that we seek.
Returns:
the name that the condition refers to

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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