Package org.alfresco.query
package org.alfresco.query
-
ClassDescriptionCaching support extension for
CannedQueryFactory
implementations.Basic support for canned query implementations.Basic services forCannedQueryFactory
implementations.CannedQuery<R>Interface for named query implementations.Exception generated by failures to execute canned queries.Interface for factory implementations for producing instances ofCannedQuery
based on all the query parameters.Details for canned queries supporting paged results.Parameters defining thenamed query
to execute.Interface for results returned bycanned queries
.Details for canned queries supporting sorted resultsSort ordering for the sort pairs.An always emptyCannedQueryResults
, used when you know you can short circuit a query when no results are found.An always emptyPagingResults
, used when you know you can short circuit a query when no results are found.Wraps a list of items as aPagingResults
, used typically when migrating from a full listing system to a paged one.Stores paging details based on a PagingRequest.Simple wrapper for single page request (with optional request for total count up to a given max)Marker interface for single page of resultsMarker interface to show that permissions have already been applied to the results (and possibly cutoff)