OKMRest  3.1
OpenKM Rest
com.openkm.sdk4csharp.impl.NoteImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.NoteImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.NoteImpl:

Public Member Functions

 NoteImpl (string host)
 
void setAuthorizationToken (String authorizationToken)
 
Note addNote (String uuid, String text)
 addNote More...
 
Note getNote (String noteId)
 getNote More...
 
void deleteNote (String noteId)
 deleteNote More...
 
void setNote (String noteId, String text)
 setNote More...
 
List< NotelistNotes (String uuid)
 noteList More...
 
List< NoteHistorygetNotesHistory (String uuid)
 getNotesHistory More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url)
 getClient More...
 
RestClient getClient (String url, String user, String password)
 getClient More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.NoteImpl.NoteImpl ( string  host)

Member Function Documentation

Note com.openkm.sdk4csharp.impl.NoteImpl.addNote ( String  uuid,
String  text 
)

addNote

Parameters
uuid
text
Returns
Note
void com.openkm.sdk4csharp.impl.NoteImpl.deleteNote ( String  noteId)

deleteNote

Parameters
noteId
Note com.openkm.sdk4csharp.impl.NoteImpl.getNote ( String  noteId)

getNote

Parameters
noteId
Returns
Note
List<NoteHistory> com.openkm.sdk4csharp.impl.NoteImpl.getNotesHistory ( String  uuid)

getNotesHistory

Parameters
uuid
Returns
List<NoteHistory>
List<Note> com.openkm.sdk4csharp.impl.NoteImpl.listNotes ( String  uuid)

noteList

Parameters
uuid
Returns
List<Note>
void com.openkm.sdk4csharp.impl.NoteImpl.setAuthorizationToken ( String  authorizationToken)
void com.openkm.sdk4csharp.impl.NoteImpl.setNote ( String  noteId,
String  text 
)

setNote

Parameters
noteId

The documentation for this class was generated from the following file: