Class SearchRequestContext
- java.lang.Object
-
- org.alfresco.rest.api.search.context.SearchRequestContext
-
public class SearchRequestContext extends Object
This is a snapshot of the SearchQuery before the request is made. It isn't a complete copy of SearchQuery but only has fields that are useful when building the response
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchRequestContext
from(SearchQuery searchQuery)
Map<String,String>
getPivotKeys()
Query
getQuery()
Set<String>
getStores()
boolean
includeRequest()
-
-
-
Method Detail
-
from
public static final SearchRequestContext from(SearchQuery searchQuery)
-
getQuery
public Query getQuery()
-
includeRequest
public boolean includeRequest()
-
-