Package | Description |
---|---|
org.alfresco.rest.api.search.impl | |
org.alfresco.rest.framework.resource | |
org.alfresco.rest.framework.resource.parameters |
Modifier and Type | Method and Description |
---|---|
SearchContext |
ResultMapper.toSearchContext(SolrJSONResultSet solrResultSet,
SearchRequestContext searchRequestContext,
SearchQuery searchQuery,
int notFound)
Uses the results from Solr to set the Search Context
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResultMapper.isNullContext(SearchContext context)
Is the context null?
|
Modifier and Type | Method and Description |
---|---|
SearchContext |
SerializablePagedCollection.getContext()
The search context for the collection
|
Modifier and Type | Method and Description |
---|---|
SearchContext |
CollectionWithPagingInfo.getContext() |
Modifier and Type | Method and Description |
---|---|
static <T> CollectionWithPagingInfo<T> |
CollectionWithPagingInfo.asPaged(Paging paging,
Collection<T> aCollection,
boolean hasMoreItems,
Integer totalItems,
Object sourceEntity,
SearchContext context)
Constructs a new CollectionWithPagingInfo.
|
Constructor and Description |
---|
CollectionWithPagingInfo(Collection<T> collection,
Paging paging,
boolean hasMoreItems,
Integer totalItems,
Object sourceEntity,
SearchContext context)
Constructs a new CollectionWithPagingInfo.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.