55 typedef sequence<Note> NoteList;
59 const string text =
"text";
78 void get(out NoteList list, out
long totalItems, in kerio::web::KIdList folderIds, in
kerio::web::SearchQuery query);
87 void getById(out kerio::web::ErrorList errors, out NoteList result, in kerio::web::KIdList ids);
95 void remove(out kerio::web::ErrorList errors, in kerio::web::KIdList ids);
104 void copy(out kerio::web::ErrorList errors, out CreateResultList result, in kerio::web::KIdList ids, in kerio::web::KId folder);
113 void create(out kerio::web::ErrorList errors, out CreateResultList result, in NoteList notes);
121 void set(out kerio::web::ErrorList errors, out SetResultList result, in NoteList notes);
130 void move(out kerio::web::ErrorList errors, out CreateResultList result, in kerio::web::KIdList ids, in kerio::web::KId folder);