Package com.logicaldoc.webservice.rest
Interface SearchService
- 
- All Known Implementing Classes:
 RestSearchService,RestSearchSwagger
@Consumes("application/json") @Produces("application/json") public interface SearchService 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WSSearchResultfind(WSSearchOptions opt) 
 - 
 
- 
- 
Method Detail
- 
find
@POST @Path("/find") WSSearchResult find(WSSearchOptions opt) throws Exception- Throws:
 Exception
 
 - 
 
 -