Interface VIAService
- All Known Implementing Classes:
SoapVIAClient,SoapVIAService
public interface VIAService
Web Service definition interface for Notifications and Messages
- Since:
- 7.8
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
-
Method Details
-
request
String request(String sid, String question, boolean sendEmail) throws com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, FeatureNotEnabledException Interprets the question answers to the user's email- Parameters:
sid- identifier of the sessionquestion- the questionsendEmail- if the answer must also be sent to the user's email- Returns:
- the response also delivered via email
- Throws:
FeatureNotEnabledException- Feature not enabled in the licensecom.logicaldoc.core.PersistenceException- Error in the data layercom.logicaldoc.webservice.WebserviceException- Error in the webservicecom.logicaldoc.core.security.authentication.AuthenticationException- The user has not been authenticated
-