Package oracle.webcenter.search
Class NamedPredicate
java.lang.Object
oracle.webcenter.search.Predicate
oracle.webcenter.search.NamedPredicate
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributePredicate
,NamePredicate
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 Summary
Constructors -
Method Summary
Methods inherited from class oracle.webcenter.search.Predicate
clonePredicate
-
Constructor Details
-
NamedPredicate
public NamedPredicate()
-
-
Method Details
-
getName
Child classes implement this method to return the name of the entity that we seek.- Returns:
- the name that the condition refers to
-