Package org.alfresco.search.handler
Interface SearchApi
-
- All Known Subinterfaces:
SearchApiClient
public interface SearchApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ResultSetPaging>search(@Valid SearchRequest queryBody)
-
-
-
Method Detail
-
search
@RequestMapping(value="/search", produces="application/json", consumes="application/json", method=POST) org.springframework.http.ResponseEntity<ResultSetPaging> search(@Valid @RequestBody @Valid SearchRequest queryBody)
-
-