Uses of Class
com.logicaldoc.webservice.model.WSNote
-
-
Uses of WSNote in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSNote Modifier and Type Method Description static WSNote
WSNote. fromDocumentNote(DocumentNote note)
-
Uses of WSNote in com.logicaldoc.webservice.rest
Methods in com.logicaldoc.webservice.rest that return WSNote Modifier and Type Method Description WSNote
DocumentService. addNote(long docId, String note)
Adds a new note for the given documentWSNote[]
DocumentService. getNotes(long docId)
Gets the notes for the given documentWSNote
DocumentService. saveNote(long docId, WSNote note)
Adds a new note for the given documentMethods in com.logicaldoc.webservice.rest with parameters of type WSNote Modifier and Type Method Description WSNote
DocumentService. saveNote(long docId, WSNote note)
Adds a new note for the given document -
Uses of WSNote in com.logicaldoc.webservice.rest.client
Methods in com.logicaldoc.webservice.rest.client that return WSNote Modifier and Type Method Description WSNote
RestDocumentClient. addNote(long docId, String note)
WSNote[]
RestDocumentClient. getNotes(long docId)
Gets the notes for the given document -
Uses of WSNote in com.logicaldoc.webservice.rest.endpoint
Methods in com.logicaldoc.webservice.rest.endpoint that return WSNote Modifier and Type Method Description WSNote
RestDocumentService. addNote(long docId, String note)
WSNote[]
RestDocumentService. getNotes(long docId)
Gets the notes for the given documentWSNote
RestDocumentService. saveNote(long docId, WSNote note)
Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSNote Modifier and Type Method Description WSNote
RestDocumentService. saveNote(long docId, WSNote note)
-
Uses of WSNote in com.logicaldoc.webservice.soap
Methods in com.logicaldoc.webservice.soap that return WSNote Modifier and Type Method Description WSNote
DocumentService. addNote(String sid, long docId, String note)
Adds a new note for the given documentWSNote[]
DocumentService. getNotes(String sid, long docId)
Gets the notes for the given documentWSNote
DocumentService. saveNote(String sid, long docId, WSNote note)
Adds a new note for the given documentMethods in com.logicaldoc.webservice.soap with parameters of type WSNote Modifier and Type Method Description WSNote
DocumentService. saveNote(String sid, long docId, WSNote note)
Adds a new note for the given document -
Uses of WSNote in com.logicaldoc.webservice.soap.client
Methods in com.logicaldoc.webservice.soap.client that return WSNote Modifier and Type Method Description WSNote
SoapDocumentClient. addNote(String sid, long docId, String note)
WSNote[]
SoapDocumentClient. getNotes(String sid, long docId)
WSNote
SoapDocumentClient. saveNote(String sid, long docId, WSNote note)
Methods in com.logicaldoc.webservice.soap.client with parameters of type WSNote Modifier and Type Method Description WSNote
SoapDocumentClient. saveNote(String sid, long docId, WSNote note)
-
Uses of WSNote in com.logicaldoc.webservice.soap.endpoint
Methods in com.logicaldoc.webservice.soap.endpoint that return WSNote Modifier and Type Method Description WSNote
SoapDocumentService. addNote(String sid, long docId, String note)
WSNote[]
SoapDocumentService. getNotes(String sid, long docId)
WSNote
SoapDocumentService. saveNote(String sid, long docId, WSNote wsNote)
Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSNote Modifier and Type Method Description WSNote
SoapDocumentService. saveNote(String sid, long docId, WSNote wsNote)
-