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 WSNoteWSNote. 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 WSNoteDocumentService. addNote(long docId, String note)Adds a new note for the given documentWSNote[]DocumentService. getNotes(long docId)Gets the notes for the given documentWSNoteDocumentService. 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 WSNoteDocumentService. 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 WSNoteRestDocumentClient. 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 WSNoteRestDocumentService. addNote(long docId, String note)WSNote[]RestDocumentService. getNotes(long docId)WSNoteRestDocumentService. saveNote(long docId, WSNote note)Methods in com.logicaldoc.webservice.rest.endpoint with parameters of type WSNote Modifier and Type Method Description WSNoteRestDocumentService. 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 WSNoteDocumentService. 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 documentWSNoteDocumentService. 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 WSNoteDocumentService. 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 WSNoteSoapDocumentClient. addNote(String sid, long docId, String note)WSNote[]SoapDocumentClient. getNotes(String sid, long docId)WSNoteSoapDocumentClient. saveNote(String sid, long docId, WSNote note)Methods in com.logicaldoc.webservice.soap.client with parameters of type WSNote Modifier and Type Method Description WSNoteSoapDocumentClient. 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 WSNoteSoapDocumentService. addNote(String sid, long docId, String note)WSNote[]SoapDocumentService. getNotes(String sid, long docId)WSNoteSoapDocumentService. saveNote(String sid, long docId, WSNote wsNote)Methods in com.logicaldoc.webservice.soap.endpoint with parameters of type WSNote Modifier and Type Method Description WSNoteSoapDocumentService. saveNote(String sid, long docId, WSNote wsNote)
-