Package org.nuxeo.ecm.core.scroll
Class ScrollServiceImpl
java.lang.Object
org.nuxeo.ecm.core.scroll.ScrollServiceImpl
- All Implemented Interfaces:
ScrollService
- Since:
- 11.1
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected final Map<String,
ScrollDescriptor> protected static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
exists
(ScrollRequest request) Returnstrue
if the requested Scroll implementation exists.protected String
getDefaultKey
(ScrollDescriptor descriptor) protected String
protected String
getKey
(ScrollRequest request) protected String
getKey
(ScrollDescriptor descriptor) scroll
(ScrollRequest request) Returns aScroll
instance to execute the request.
-
Field Details
-
SEP_KEY
- See Also:
-
DEFAULT_NAME
- See Also:
-
descriptors
-
-
Constructor Details
-
ScrollServiceImpl
-
-
Method Details
-
getKey
-
getDefaultKey
-
getKey
-
getKey
-
scroll
Description copied from interface:ScrollService
Returns aScroll
instance to execute the request.- Specified by:
scroll
in interfaceScrollService
-
exists
Description copied from interface:ScrollService
Returnstrue
if the requested Scroll implementation exists.- Specified by:
exists
in interfaceScrollService
-