public interface ExecutableRemoveByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableRemoveByIdOperation.ExecutableRemoveById
Provides methods for constructing remove operations in a fluent way.
|
static interface |
ExecutableRemoveByIdOperation.RemoveByIdInCollection
Fluent method to specify the collection.
|
static interface |
ExecutableRemoveByIdOperation.RemoveByIdInScope
Fluent method to specify the scope.
|
static interface |
ExecutableRemoveByIdOperation.RemoveByIdWithCas |
static interface |
ExecutableRemoveByIdOperation.RemoveByIdWithDurability |
static interface |
ExecutableRemoveByIdOperation.RemoveByIdWithOptions
Fluent method to specify options.
|
static interface |
ExecutableRemoveByIdOperation.TerminatingRemoveById
Terminating operations invoking the actual execution.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableRemoveByIdOperation.ExecutableRemoveById |
removeById()
Deprecated.
|
ExecutableRemoveByIdOperation.ExecutableRemoveById |
removeById(Class<?> domainType)
Removes a document.
|
ExecutableRemoveByIdOperation.ExecutableRemoveById removeById(Class<?> domainType)
@Deprecated ExecutableRemoveByIdOperation.ExecutableRemoveById removeById()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.