Uses of Class
com.logicaldoc.webservice.model.WSLink
-
-
Uses of WSLink in com.logicaldoc.webservice.rest
Methods 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 documentWSLink
DocumentService. link(long doc1, long doc2, String type)
Creates a new link between two documents. -
Uses of WSLink in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSLink Modifier and Type Method Description WSLink[]
RestDocumentService. getLinks(long docId)
WSLink
RestDocumentService. link(long doc1, long doc2, String type)
-
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)
-