Uses of Class
org.alfresco.rest.api.search.context.SearchContext
Packages that use SearchContext
Package
Description
-
Uses of SearchContext in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl that return SearchContextModifier and TypeMethodDescriptionResultMapper.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 SearchContextModifier and TypeMethodDescriptionbooleanResultMapper.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 SearchContextModifier and TypeMethodDescriptionSerializablePagedCollection.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 SearchContextModifier and TypeMethodDescriptionArrayListPage.getContext()CollectionWithPagingInfo.getContext()Methods in org.alfresco.rest.framework.resource.parameters with parameters of type SearchContextModifier and TypeMethodDescriptionstatic <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 SearchContextModifierConstructorDescriptionprotectedCollectionWithPagingInfo(Collection<T> collection, Paging paging, boolean hasMoreItems, Integer totalItems, Object sourceEntity, SearchContext context) Constructs a new CollectionWithPagingInfo.