Interface ExecutableExistsByIdOperation.TerminatingExistsById
- All Superinterfaces:
OneAndAllExists
- All Known Subinterfaces:
ExecutableExistsByIdOperation.ExecutableExistsById,ExecutableExistsByIdOperation.ExistsByIdInCollection<T>,ExecutableExistsByIdOperation.ExistsByIdInScope<T>,ExecutableExistsByIdOperation.ExistsByIdWithOptions<T>
- Enclosing interface:
- ExecutableExistsByIdOperation
Terminating operations invoking the actual execution.
-
Method Summary
-
Method Details
-
one
Performs the operation on the ID given.- Specified by:
onein interfaceOneAndAllExists- Parameters:
id- the ID to perform the operation on.- Returns:
- true if the document exists, false otherwise.
-
all
Performs the operation on the collection of ids.- Specified by:
allin interfaceOneAndAllExists- Parameters:
ids- the ids to check.- Returns:
- a map consisting of the document IDs as the keys and if they exist as the value.
-