Skip navigation links

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


oracle.webcenter.search
Class ExistencePredicate

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

All Implemented Interfaces:
java.io.Serializable

public class ExistencePredicate
extends NamePredicate

This class of predicate tests for existence of anything that follows a specific qualified name.

Since:
11.1.1.0.0 Beta 2
See Also:
Serialized Form

Constructor Summary
ExistencePredicate(QName name)
          Creates a criterion that tests for the existence of a named entity.

 

Method Summary

 

Methods inherited from class oracle.webcenter.search.NamePredicate
clonePredicate, getName

 

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

 

Constructor Detail

ExistencePredicate

public ExistencePredicate(QName name)
Creates a criterion that tests for the existence of a named entity.
Parameters:
name - a QName that describes the entity being tested for.

Skip navigation links

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


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