Class SoapAIService
java.lang.Object
com.logicaldoc.webservice.AbstractService
com.logicaldoc.ai.webswervice.soap.endpoint.SoapAIService
- All Implemented Interfaces:
- AIService
SOAP implementation of 
AIService- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.webservice.AbstractServiceconvertDateToString, convertStringToDate, getCurrentMessage, isValidateSession, setCurrentMessage, setValidateSession
- 
Constructor Details- 
SoapAIServicepublic SoapAIService()
 
- 
- 
Method Details- 
querypublic List<WSResult> query(String sid, String model, List<String> features) throws com.logicaldoc.core.security.authentication.AuthenticationException, com.logicaldoc.webservice.WebserviceException, com.logicaldoc.core.PersistenceException, FeatureNotEnabledException - Specified by:
- queryin interface- AIService
- Throws:
- com.logicaldoc.core.security.authentication.AuthenticationException
- com.logicaldoc.webservice.WebserviceException
- com.logicaldoc.core.PersistenceException
- FeatureNotEnabledException
 
 
-