Package org.alfresco.rest.search
Class SearchResponse
java.lang.Object
org.alfresco.rest.core.RestModels<SearchNodeModel,SearchNodeModelsCollection>
org.alfresco.rest.search.SearchResponse
- All Implemented Interfaces:
IModelsCollectionAssertion<SearchNodeModelsCollection>,IRestModelsCollection<SearchNodeModel>
Search response sample. {"list": { "entries": [], "pagination": { "maxItems": 100, "hasMoreItems": false, "totalItems": 0, "count": 0, "skipCount": 0 }, "context": {"consistency": {"lastTxId": 1123}} }}
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
Constructor Details
-
SearchResponse
public SearchResponse()
-
-
Method Details
-
getContext
-
setContext
-