Package | Description |
---|---|
org.alfresco.query |
Modifier and Type | Interface and Description |
---|---|
interface |
CannedQueryResults<R>
Interface for results returned by
canned queries . |
Modifier and Type | Class and Description |
---|---|
class |
EmptyCannedQueryResults<R>
An always empty
CannedQueryResults , used when you know
you can short circuit a query when no results are found. |
class |
EmptyPagingResults<R>
An always empty
PagingResults , used when you know
you can short circuit a query when no results are found. |
class |
ListBackedPagingResults<R>
Wraps a list of items as a
PagingResults , used typically when
migrating from a full listing system to a paged one. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.