Uses of Class
org.alfresco.rest.search.RestRequestQueryModel
-
Packages that use RestRequestQueryModel Package Description org.alfresco.rest.search -
-
Uses of RestRequestQueryModel in org.alfresco.rest.search
Methods in org.alfresco.rest.search that return RestRequestQueryModel Modifier and Type Method Description RestRequestQueryModelSearchRequest. getQuery()RestRequestQueryModelRestRequestQueryModel. onModel()Methods in org.alfresco.rest.search that return types with arguments of type RestRequestQueryModel Modifier and Type Method Description ModelAssertion<RestRequestQueryModel>RestRequestQueryModel. and()ModelAssertion<RestRequestQueryModel>RestRequestQueryModel. assertThat()Methods in org.alfresco.rest.search with parameters of type RestRequestQueryModel Modifier and Type Method Description voidSearchRequest. setQuery(RestRequestQueryModel query)Constructors in org.alfresco.rest.search with parameters of type RestRequestQueryModel Constructor Description SearchRequest(RestRequestQueryModel query)SearchRequest(RestRequestQueryModel query, RestRequestHighlightModel highlight)
-