|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.webcenter.search.Predicate
oracle.webcenter.search.NamedPredicate
oracle.webcenter.search.NamePredicate
public class NamePredicate
A predicate that tests for the name of whatever we are looking for.
| Constructor Summary | |
|---|---|
NamePredicate(QName name)Creates a criterion that tests for the name of the sought entity. |
|
| 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. |
QName |
getName()Child classes implement this method to return the name of the entity that we seek. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamePredicate(QName name)
name - name sought by criterion| Method Detail |
|---|
public QName getName()
NamedPredicategetName in class NamedPredicatepublic Predicate clonePredicate()
PredicateclonePredicate in class Predicate
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||