ListOperationResult<java.lang.Boolean> |
CollaborationList.apply(ListOperation operation) |
Performs the given list operation.
|
default ListOperationResult<java.lang.Boolean> |
CollaborationList.insertAfter(ListKey key,
java.lang.Object item) |
Inserts the given item just after the given key location.
|
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) |
Inserts the given item just before the given key location.
|
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) |
Inserts the given item as the first item of the list.
|
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) |
Inserts the given item as the last item of the list.
|
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.
|