Class RestSearchClient
java.lang.Object
com.logicaldoc.webservice.rest.client.AbstractRestClient
com.logicaldoc.webservice.rest.client.RestSearchClient
- 
Constructor Summary
ConstructorsConstructorDescriptionRestSearchClient(String endpoint, String username, String password) RestSearchClient(String endpoint, String username, String password, int timeout) Constructor - 
Method Summary
 
- 
Constructor Details
- 
RestSearchClient
 - 
RestSearchClient
Constructor- Parameters:
 endpoint- Connection URLusername- the usernamepassword- the passwordtimeout- Timeout for the RESTful requests
 
 - 
 - 
Method Details
- 
find
public WSSearchResult find(WSSearchOptions owd) throws AuthenticationException, PersistenceException, WebserviceException, SearchException  
 -