default CompletableFuture<Void> |
CollaborationList.append(Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<Boolean> |
CollaborationList.insertAfter(ListKey key,
Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<Boolean> |
CollaborationList.insertBefore(ListKey key,
Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<Void> |
CollaborationList.insertFirst(Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<Void> |
CollaborationList.insertLast(Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
CompletableFuture<Void> |
CollaborationMap.put(String key,
Object value,
EntryScope scope) |
Associates the given value with the given key and scope.
|
default CompletableFuture<Boolean> |
CollaborationList.set(ListKey key,
Object value,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
ListOperation |
ListOperation.withScope(EntryScope scope) |
Sets the scope of the item affected by this operation.
|