OKMRest  1.2.0
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 url, String user, String password)
 
Note addNote (String nodeId, 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 nodeId)
 noteList More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url, String user, String password)
 Authenticate More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.NoteImpl.NoteImpl ( String  url,
String  user,
String  password 
)

Member Function Documentation

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

addNote

Parameters
noteId
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<Note> com.openkm.sdk4csharp.impl.NoteImpl.listNotes ( String  nodeId)

noteList

Parameters
noteId
Returns
List<Note>
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: