Package org.nuxeo.ecm.core.scroll
Class EmptyScrollRequest
- java.lang.Object
-
- org.nuxeo.ecm.core.scroll.EmptyScrollRequest
-
- All Implemented Interfaces:
ScrollRequest
public class EmptyScrollRequest extends Object implements ScrollRequest
- Since:
- 11.3
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringSCROLL_NAMEprotected static StringSCROLL_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmptyScrollRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()The Scroll implementation name.intgetSize()The number of items to return per iteration.StringgetType()The type of Scroll.static EmptyScrollRequestof()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.ecm.core.api.scroll.ScrollRequest
getReference
-
-
-
-
Field Detail
-
SCROLL_TYPE
protected static final String SCROLL_TYPE
- See Also:
- Constant Field Values
-
SCROLL_NAME
protected static final String SCROLL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
Description copied from interface:ScrollRequestThe type of Scroll.- Specified by:
getTypein interfaceScrollRequest
-
getName
public String getName()
Description copied from interface:ScrollRequestThe Scroll implementation name. Returnsnullfor default implementation.- Specified by:
getNamein interfaceScrollRequest
-
getSize
public int getSize()
Description copied from interface:ScrollRequestThe number of items to return per iteration.- Specified by:
getSizein interfaceScrollRequest
-
of
public static EmptyScrollRequest of()
-
-