default java.util.concurrent.CompletableFuture<java.lang.Void> |
CollaborationList.append(java.lang.Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<java.lang.Boolean> |
CollaborationList.insertAfter(ListKey key,
java.lang.Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<java.lang.Boolean> |
CollaborationList.insertBefore(ListKey key,
java.lang.Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<java.lang.Void> |
CollaborationList.insertFirst(java.lang.Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
default ListOperationResult<java.lang.Void> |
CollaborationList.insertLast(java.lang.Object item,
EntryScope scope) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
CollaborationMap.put(java.lang.String key,
java.lang.Object value,
EntryScope scope) |
Associates the given value with the given key and scope.
|
default java.util.concurrent.CompletableFuture<java.lang.Boolean> |
CollaborationList.set(ListKey key,
java.lang.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.
|