Modifier and Type | Method and Description |
---|---|
protected LoggedContainerDeltaSync.ReadApis<VNote> |
NoteSync.initReadApi() |
Modifier and Type | Method and Description |
---|---|
protected JsonUtils.ValueReader<ItemValue<VNote>> |
RestoreVNote.reader() |
Modifier and Type | Method and Description |
---|---|
protected VNote |
NotesXferTests.defaultVNote() |
Modifier and Type | Field and Description |
---|---|
VNote |
VNoteChanges.ItemModify.value |
VNote |
VNoteChanges.ItemAdd.value |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<VNote>>> |
INotePromise.all() |
java.util.List<ItemValue<VNote>> |
INote.all()
List all Notes of a container
|
java.util.concurrent.CompletableFuture<ItemValue<VNote>> |
INotePromise.getComplete(java.lang.String uid) |
ItemValue<VNote> |
INote.getComplete(java.lang.String uid)
Fetch a
VNote by its unique UID |
java.util.concurrent.CompletableFuture<ItemValue<VNote>> |
INotePromise.getCompleteById(long id) |
ItemValue<VNote> |
INote.getCompleteById(long id)
|
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<VNote>>> |
INotePromise.multipleGet(java.util.List<java.lang.String> uids) |
java.util.List<ItemValue<VNote>> |
INote.multipleGet(java.util.List<java.lang.String> uids)
Fetch multiple
VNote s by their unique UIDs |
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<VNote>>> |
INotePromise.multipleGetById(java.util.List<java.lang.Long> arg0) |
java.util.List<ItemValue<VNote>> |
INote.multipleGetById(java.util.List<java.lang.Long> ids)
Fetch multiple
VNote s by their unique IDs |
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VNote>>> |
INotePromise.search(VNoteQuery query) |
ListResult<ItemValue<VNote>> |
INote.search(VNoteQuery query)
Search
VNote 's by VNoteQuery |
java.util.List<ItemContainerValue<VNote>> |
INotes.search(VNotesQuery query)
|
java.util.concurrent.CompletableFuture<java.util.List<ItemContainerValue<VNote>>> |
INotesPromise.search(VNotesQuery query) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
INotePromise.create(java.lang.String uid,
VNote note) |
void |
INote.create(java.lang.String uid,
VNote note)
Creates a new
VNote entry. |
void |
INoteAsync.create(java.lang.String uid,
VNote note,
AsyncHandler<java.lang.Void> handler) |
static VNoteChanges.ItemModify |
VNoteChanges.ItemModify.create(java.lang.String uid,
VNote value,
boolean sendNotification) |
static VNoteChanges.ItemAdd |
VNoteChanges.ItemAdd.create(java.lang.String uid,
VNote value,
boolean sendNotification) |
java.util.concurrent.CompletableFuture<Ack> |
INotePromise.createById(long id,
VNote arg1) |
Ack |
INote.createById(long id,
VNote value)
Create a
VNote |
void |
INoteAsync.createById(long id,
VNote arg1,
AsyncHandler<Ack> handler) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
INotePromise.update(java.lang.String uid,
VNote note) |
void |
INote.update(java.lang.String uid,
VNote note)
Modifies an existing
VNote . |
void |
INoteAsync.update(java.lang.String uid,
VNote note,
AsyncHandler<java.lang.Void> handler) |
java.util.concurrent.CompletableFuture<Ack> |
INotePromise.updateById(long id,
VNote arg1) |
Ack |
INote.updateById(long id,
VNote value)
Update a
VNote |
void |
INoteAsync.updateById(long id,
VNote arg1,
AsyncHandler<Ack> handler) |
Modifier and Type | Method and Description |
---|---|
void |
INoteAsync.all(AsyncHandler<java.util.List<ItemValue<VNote>>> handler) |
void |
INoteAsync.getComplete(java.lang.String uid,
AsyncHandler<ItemValue<VNote>> handler) |
void |
INoteAsync.getCompleteById(long id,
AsyncHandler<ItemValue<VNote>> handler) |
void |
INoteAsync.multipleGet(java.util.List<java.lang.String> uids,
AsyncHandler<java.util.List<ItemValue<VNote>>> handler) |
void |
INoteAsync.multipleGetById(java.util.List<java.lang.Long> arg0,
AsyncHandler<java.util.List<ItemValue<VNote>>> handler) |
void |
INoteAsync.search(VNoteQuery query,
AsyncHandler<ListResult<ItemValue<VNote>>> handler) |
void |
INotesAsync.search(VNotesQuery query,
AsyncHandler<java.util.List<ItemContainerValue<VNote>>> handler) |
Modifier and Type | Field and Description |
---|---|
VNote |
VNoteMessage.oldVnote |
VNote |
VNoteMessage.vnote |
Modifier and Type | Field and Description |
---|---|
VNote |
VNoteIndexStore.ItemHolder.value |
Modifier and Type | Method and Description |
---|---|
protected VNote |
AbstractStoreTests.defaultVNote() |
VNote |
VNoteStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.EntityPopulator<VNote> |
VNoteColumns.populator() |
static JdbcAbstractStore.StatementValues<VNote> |
VNoteColumns.values(Item item) |
Modifier and Type | Method and Description |
---|---|
void |
VNoteIndexStore.create(Item item,
VNote note) |
void |
VNoteStore.create(Item item,
VNote note) |
void |
VNoteIndexStore.update(Item item,
VNote note) |
void |
VNoteStore.update(Item item,
VNote value) |
Modifier and Type | Method and Description |
---|---|
void |
VNoteIndexStore.updates(java.util.List<ItemValue<VNote>> notes) |
Modifier and Type | Method and Description |
---|---|
protected VNote |
AbstractServiceTests.defaultVNote() |
protected VNote |
AbstractServiceTests.defaultVNote(java.util.List<TagRef> categories) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemContainerValue<VNote>> |
NotesService.search(VNotesQuery query) |
Modifier and Type | Method and Description |
---|---|
protected void |
VNoteContainerStoreService.createValue(Item item,
VNote value,
IItemValueStore<VNote> itemValueStore) |
protected void |
VNoteContainerStoreService.updateValue(Item item,
VNote value) |
Modifier and Type | Method and Description |
---|---|
protected void |
VNoteContainerStoreService.createValue(Item item,
VNote value,
IItemValueStore<VNote> itemValueStore) |
protected void |
VNoteContainerStoreService.decorate(Item item,
ItemValue<VNote> value) |
Constructor and Description |
---|
VNoteContainerStoreService(BmContext context,
javax.sql.DataSource dataSource,
SecurityContext securityContext,
Container container,
IItemValueStore<VNote> itemValueStore) |
Modifier and Type | Method and Description |
---|---|
VNote |
NoteService.get(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemValue<VNote>> |
NoteService.all() |
ItemValue<VNote> |
NoteService.getComplete(java.lang.String uid) |
ItemValue<VNote> |
NoteService.getCompleteById(long id) |
java.util.List<ItemValue<VNote>> |
NoteService.multipleGet(java.util.List<java.lang.String> uids) |
java.util.List<ItemValue<VNote>> |
NoteService.multipleGetById(java.util.List<java.lang.Long> ids) |
ListResult<ItemValue<VNote>> |
NoteService.search(VNoteQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
NoteService.create(java.lang.String uid,
VNote note) |
Ack |
NoteService.createById(long id,
VNote value) |
void |
VNoteSanitizer.sanitize(VNote vnote) |
void |
NoteService.update(java.lang.String uid,
VNote note) |
Ack |
NoteService.updateById(long id,
VNote value) |
void |
VNoteValidator.validate(VNote vnote) |
void |
NoteEventProducer.vnoteCreated(java.lang.String uid,
VNote vnote) |
void |
NoteEventProducer.vnoteDeleted(java.lang.String uid,
VNote vnote) |
void |
NoteEventProducer.vnoteUpdated(java.lang.String uid,
VNote oldVnote,
VNote vnote) |
Modifier and Type | Method and Description |
---|---|
void |
NoteService.restore(ItemValue<VNote> noteItem,
boolean isCreate) |
Modifier and Type | Method and Description |
---|---|
protected VNote |
UserNoteHookTests.defaultVNote() |
Copyright © 2023. All Rights Reserved.