@Path(value="/notes")
public interface INotes
INoteUids on how to create the unique
UIDs.| 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)
|
@PUT
@Path(value="{uid}")
void create(@PathParam(value="uid")
java.lang.String uid,
ContainerDescriptor descriptor)
throws ServerFault
uid - Unique UID according to INoteUidsdescriptor - Notelist containerServerFault - common error object@DELETE
@Path(value="{uid}")
void delete(@PathParam(value="uid")
java.lang.String uid)
throws ServerFault
VNotesuid - Unique UIDServerFault - common error object@POST @Path(value="_search") java.util.List<ItemContainerValue<VNote>> search(VNotesQuery query) throws ServerFault
query - VNotesQueryListResult of ItemValues containing VEventsServerFault - common error objectCopyright © 2024. All Rights Reserved.