Interface INote

All Superinterfaces:
IChangelogSupport, ICountingSupport, ICrudByIdSupport<VNote>, IDataShardSupport, IReadByIdSupport<VNote>, IRestoreCrudSupport<VNote>, IRestoreItemCrudSupport<VNote>, IRestoreSupport<VNote>, ISortingSupport

@Path("/notes/{containerUid}") public interface INote extends IChangelogSupport, ICountingSupport, ICrudByIdSupport<VNote>, ISortingSupport, IDataShardSupport, IRestoreItemCrudSupport<VNote>
Notes API. All methods work on Notes in a specific container identified by a unique UID. Use IContainers.all(net.bluemind.core.container.api.ContainerQuery) to lookup all containers of specific type.