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.soap
Methods in com.logicaldoc.form.webservice.soap that return WSForm Modifier and Type Method Description WSForm
FormService. getForm(String sid, long formId)
Gets an existing formWSForm
FormService. getFormByName(String sid, String name)
Gets an existing formWSForm[]
FormService. list(String sid)
Lists all the available froms in the tenantWSForm
FormService. 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 WSForm
FormService. store(String sid, WSForm form)
Creates/Updates a form -
Uses of WSForm in com.logicaldoc.form.webservice.soap.client
Methods in com.logicaldoc.form.webservice.soap.client that return WSForm Modifier and Type Method Description WSForm
SoapFormClient. getForm(String sid, long formId)
WSForm
SoapFormClient. getFormByName(String sid, String name)
WSForm[]
SoapFormClient. list(String sid)
WSForm
SoapFormClient. store(String sid, WSForm form)
Methods in com.logicaldoc.form.webservice.soap.client with parameters of type WSForm Modifier and Type Method Description WSForm
SoapFormClient. store(String sid, WSForm form)
-
Uses of WSForm in com.logicaldoc.form.webservice.soap.endpoint
Methods in com.logicaldoc.form.webservice.soap.endpoint that return WSForm Modifier and Type Method Description WSForm
SoapFormService. getForm(String sid, long formId)
WSForm
SoapFormService. getFormByName(String sid, String name)
WSForm[]
SoapFormService. list(String sid)
WSForm
SoapFormService. store(String sid, WSForm frm)
Methods in com.logicaldoc.form.webservice.soap.endpoint with parameters of type WSForm Modifier and Type Method Description WSForm
SoapFormService. store(String sid, WSForm frm)
-