Uses of Class
com.logicaldoc.webservice.model.WSLink
- 
- 
Uses of WSLink in com.logicaldoc.webservice.restMethods in com.logicaldoc.webservice.rest that return WSLink Modifier and Type Method Description WSLink[]DocumentService. getLinks(long docId)Gets all the links of a specific documentWSLinkDocumentService. link(long doc1, long doc2, String type)Creates a new link between two documents.
- 
Uses of WSLink in com.logicaldoc.webservice.rest.endpointMethods in com.logicaldoc.webservice.rest.endpoint that return WSLink Modifier and Type Method Description WSLink[]RestDocumentService. getLinks(long docId)WSLinkRestDocumentService. link(long doc1, long doc2, String type)
- 
Uses of WSLink in com.logicaldoc.webservice.soapMethods 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.clientMethods 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.endpointMethods 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)
 
-