Uses of Class
com.logicaldoc.form.webservice.model.WSForm
- 
Packages that use WSForm Package Description com.logicaldoc.form.webservice.soap com.logicaldoc.form.webservice.soap.client com.logicaldoc.form.webservice.soap.endpoint 
- 
- 
Uses of WSForm in com.logicaldoc.form.webservice.soapMethods in com.logicaldoc.form.webservice.soap that return WSForm Modifier and Type Method Description WSFormFormService. getForm(String sid, long formId)Gets an existing formWSFormFormService. getFormByName(String sid, String name)Gets an existing formWSForm[]FormService. list(String sid)Lists all the available froms in the tenantWSFormFormService. store(String sid, WSForm form)Creates/Updates a formMethods in com.logicaldoc.form.webservice.soap with parameters of type WSForm Modifier and Type Method Description WSFormFormService. store(String sid, WSForm form)Creates/Updates a form
- 
Uses of WSForm in com.logicaldoc.form.webservice.soap.clientMethods in com.logicaldoc.form.webservice.soap.client that return WSForm Modifier and Type Method Description WSFormSoapFormClient. getForm(String sid, long formId)WSFormSoapFormClient. getFormByName(String sid, String name)WSForm[]SoapFormClient. list(String sid)WSFormSoapFormClient. store(String sid, WSForm form)Methods in com.logicaldoc.form.webservice.soap.client with parameters of type WSForm Modifier and Type Method Description WSFormSoapFormClient. store(String sid, WSForm form)
- 
Uses of WSForm in com.logicaldoc.form.webservice.soap.endpointMethods in com.logicaldoc.form.webservice.soap.endpoint that return WSForm Modifier and Type Method Description WSFormSoapFormService. getForm(String sid, long formId)WSFormSoapFormService. getFormByName(String sid, String name)WSForm[]SoapFormService. list(String sid)WSFormSoapFormService. store(String sid, WSForm frm)Methods in com.logicaldoc.form.webservice.soap.endpoint with parameters of type WSForm Modifier and Type Method Description WSFormSoapFormService. store(String sid, WSForm frm)
 
-