|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.nakedobjects.applib | |
| org.nakedobjects.applib.query | |
| Uses of Query in org.nakedobjects.applib |
|---|
| Methods in org.nakedobjects.applib with parameters of type Query | ||
|---|---|---|
|
DomainObjectContainer.allMatches(Query<T> query)
Returns all the instances that match the given Query. |
|
protected
|
AbstractContainedObject.allMatches(Query<T> query)
Convenience method that delegates to DomainObjectContainer. |
|
|
DomainObjectContainer.firstMatch(Query<T> query)
Returns the first instance that matches the supplied query, or null if none. |
|
protected
|
AbstractContainedObject.firstMatch(Query<T> query)
Convenience method that delegates to DomainObjectContainer. |
|
|
DomainObjectContainer.uniqueMatch(Query<T> query)
Find the only instance that matches the provided query. |
|
protected
|
AbstractContainedObject.uniqueMatch(Query<T> query)
Convenience method that delegates to DomainObjectContainer. |
|
| Uses of Query in org.nakedobjects.applib.query |
|---|
| Classes in org.nakedobjects.applib.query that implement Query | |
|---|---|
class |
QueryAbstract<T>
Convenience adapter class for Query. |
class |
QueryDefault<T>
Default implementation of Query that supports
parameter/argument values, along with a query name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||