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 String
SCROLL_NAME
protected static String
SCROLL_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protected
EmptyScrollRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The Scroll implementation name.int
getSize()
The number of items to return per iteration.String
getType()
The type of Scroll.static EmptyScrollRequest
of()
-
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:ScrollRequest
The type of Scroll.- Specified by:
getType
in interfaceScrollRequest
-
getName
public String getName()
Description copied from interface:ScrollRequest
The Scroll implementation name. Returnsnull
for default implementation.- Specified by:
getName
in interfaceScrollRequest
-
getSize
public int getSize()
Description copied from interface:ScrollRequest
The number of items to return per iteration.- Specified by:
getSize
in interfaceScrollRequest
-
of
public static EmptyScrollRequest of()
-
-