Uses of Interface
org.alfresco.query.CannedQueryResults
-
Packages that use CannedQueryResults Package Description org.alfresco.query -
-
Uses of CannedQueryResults in org.alfresco.query
Classes in org.alfresco.query that implement CannedQueryResults Modifier and Type Class Description class
EmptyCannedQueryResults<R>
An always emptyCannedQueryResults
, used when you know you can short circuit a query when no results are found.Methods in org.alfresco.query that return CannedQueryResults Modifier and Type Method Description CannedQueryResults<R>
AbstractCannedQuery. execute()
CannedQueryResults<R>
CannedQuery. execute()
Execute the named query, which was provided to support theparameters
originally provided.
-