Uses of Class
com.logicaldoc.webservice.model.WSLink
- 
Packages that use WSLink Package Description com.logicaldoc.webservice.soap com.logicaldoc.webservice.soap.client com.logicaldoc.webservice.soap.endpoint  - 
- 
Uses of WSLink in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSLink Modifier and Type Method Description WSLink[]DocumentService. getLinks(String sid, long docId)Gets all the links of a specific documentWSLinkDocumentService. link(String sid, long doc1, long doc2, String type)Creates a new link between two documents. - 
Uses of WSLink in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSLink Modifier and Type Method Description WSLink[]SoapDocumentClient. getLinks(String sid, long docId)WSLinkSoapDocumentClient. link(String sid, long doc1, long doc2, String type) - 
Uses of WSLink in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSLink Modifier and Type Method Description WSLink[]SoapDocumentService. getLinks(String sid, long docId)WSLinkSoapDocumentService. link(String sid, long doc1, long doc2, String type) 
 -