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
VNote s |
java.util.List<ItemContainerValue<VNote>> |
search(VNotesQuery query)
|
public NotesService(BmContext context)
public void create(java.lang.String uid, ContainerDescriptor descriptor) throws ServerFault
INotes
create
in interface INotes
uid
- Unique UID according to INoteUids
descriptor
- Notelist containerServerFault
- common error objectpublic void delete(java.lang.String uid) throws ServerFault
INotes
VNote
sdelete
in interface INotes
uid
- Unique UIDServerFault
- common error objectpublic java.util.List<ItemContainerValue<VNote>> search(VNotesQuery query) throws ServerFault
INotes
search
in interface INotes
query
- VNotesQuery
ListResult
of ItemValue
s containing VEvent
sServerFault
- common error objectCopyright © 2023. All Rights Reserved.