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 documentWSLink
DocumentService. 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)
WSLink
SoapDocumentClient. 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)
WSLink
SoapDocumentService. link(String sid, long doc1, long doc2, String type)
-