Module spring.data.mongodb
Class SetWindowFieldsOperation.DocumentWindow
java.lang.Object
org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.DocumentWindow
- All Implemented Interfaces:
SetWindowFieldsOperation.Window
- Enclosing class:
- SetWindowFieldsOperation
SetWindowFieldsOperation.Window implementation based on the current document.- Author:
- Christoph Strobl
-
Method Details
-
toDocument
Description copied from interface:SetWindowFieldsOperation.WindowObtain the document representation of the window in the givencontext.- Returns:
- never null.
-
getLower
Description copied from interface:SetWindowFieldsOperation.WindowThe lower (inclusive) boundary.- Specified by:
getLowerin interfaceSetWindowFieldsOperation.Window- Returns:
-
getUpper
Description copied from interface:SetWindowFieldsOperation.WindowThe upper (inclusive) boundary.- Specified by:
getUpperin interfaceSetWindowFieldsOperation.Window- Returns:
-