| Constructor and Description |
|---|
NotesService(BmContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(java.lang.String uid,
ContainerDescriptor descriptor)
Create a notes list container + auto-subscribe + set ALL necessary
Access-Control-List entries
|
void |
delete(java.lang.String uid)
Delete a Notelist container and all containing
VNotes |
java.util.List<ItemContainerValue<VNote>> |
search(VNotesQuery query)
|
public NotesService(BmContext context)
public void create(java.lang.String uid,
ContainerDescriptor descriptor)
throws ServerFault
INotescreate in interface INotesuid - Unique UID according to INoteUidsdescriptor - Notelist containerServerFault - common error objectpublic void delete(java.lang.String uid)
throws ServerFault
INotesVNotesdelete in interface INotesuid - Unique UIDServerFault - common error objectpublic java.util.List<ItemContainerValue<VNote>> search(VNotesQuery query) throws ServerFault
INotessearch in interface INotesquery - VNotesQueryListResult of ItemValues containing VEventsServerFault - common error objectCopyright © 2024. All Rights Reserved.