Interface ExecutableFindByIdOperation.FindByIdInScope<T>

Type Parameters:
T - the entity type to use for the results.
All Superinterfaces:
ExecutableFindByIdOperation.FindByIdInCollection<T>, ExecutableFindByIdOperation.FindByIdWithOptions<T>, ExecutableFindByIdOperation.TerminatingFindById<T>, InCollection<T>, InScope<T>, OneAndAllId<T>, WithGetOptions<T>
All Known Subinterfaces:
ExecutableFindByIdOperation.ExecutableFindById<T>, ExecutableFindByIdOperation.FindByIdWithExpiry<T>, ExecutableFindByIdOperation.FindByIdWithProjection<T>
Enclosing interface:
ExecutableFindByIdOperation

public static interface ExecutableFindByIdOperation.FindByIdInScope<T> extends ExecutableFindByIdOperation.FindByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.