Class NamedPredicate

java.lang.Object
oracle.webcenter.search.Predicate
oracle.webcenter.search.NamedPredicate
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttributePredicate, NamePredicate

@Exported 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:
  • Constructor Details

    • NamedPredicate

      public NamedPredicate()
  • Method Details

    • 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