public interface QuerySubmitter extends Injectable
| Modifier and Type | Method and Description |
|---|---|
<T> List<ObjectAdapter> |
allMatchingQuery(org.apache.isis.applib.query.Query<T> query)
Provided by PersistenceSession when used by framework.
|
<T> ObjectAdapter |
firstMatchingQuery(org.apache.isis.applib.query.Query<T> query)
Provided by PersistenceSession when used by framework.
|
injectInto<T> List<ObjectAdapter> allMatchingQuery(org.apache.isis.applib.query.Query<T> query)
Called by DomainObjectContainerDefault and also by the choices facets.
<T> ObjectAdapter firstMatchingQuery(org.apache.isis.applib.query.Query<T> query)
Called by DomainObjectContainerDefault.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.