Uses of Class
org.alfresco.rest.api.search.context.SearchContext
-
Packages that use SearchContext Package Description org.alfresco.rest.api.search.impl org.alfresco.rest.framework.resource org.alfresco.rest.framework.resource.parameters -
-
Uses of SearchContext in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl that return SearchContext Modifier and Type Method Description SearchContext
ResultMapper. toSearchContext(SearchEngineResultSet resultSet, SearchRequestContext searchRequestContext, SearchQuery searchQuery)
Uses the results from Solr to set the Search ContextMethods in org.alfresco.rest.api.search.impl with parameters of type SearchContext Modifier and Type Method Description boolean
ResultMapper. isNullContext(SearchContext context)
Is the context null? -
Uses of SearchContext in org.alfresco.rest.framework.resource
Methods in org.alfresco.rest.framework.resource that return SearchContext Modifier and Type Method Description SearchContext
SerializablePagedCollection. getContext()
The search context for the collection -
Uses of SearchContext in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return SearchContext Modifier and Type Method Description SearchContext
CollectionWithPagingInfo. getContext()
Methods in org.alfresco.rest.framework.resource.parameters with parameters of type SearchContext Modifier and Type Method Description static <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo. asPaged(Paging paging, Collection<T> aCollection, boolean hasMoreItems, Integer totalItems, Object sourceEntity, SearchContext context)
Constructs a new CollectionWithPagingInfo.Constructors in org.alfresco.rest.framework.resource.parameters with parameters of type SearchContext Constructor Description CollectionWithPagingInfo(Collection<T> collection, Paging paging, boolean hasMoreItems, Integer totalItems, Object sourceEntity, SearchContext context)
Constructs a new CollectionWithPagingInfo.
-