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

    Modifier and Type
    Method
    Description
    request(String sid, String question, boolean sendEmail)
    Interprets the question answers to the user's email
  • 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 session
      question - the question
      sendEmail - 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 license
      com.logicaldoc.core.PersistenceException - Error in the data layer
      com.logicaldoc.webservice.WebserviceException - Error in the webservice
      com.logicaldoc.core.security.authentication.AuthenticationException - The user has not been authenticated