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
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected final Map<String, ScrollDescriptor> protected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexists(ScrollRequest request) Returnstrueif the requested Scroll implementation exists.protected StringgetDefaultKey(ScrollDescriptor descriptor) protected Stringprotected StringgetKey(ScrollRequest request) protected StringgetKey(ScrollDescriptor descriptor) scroll(ScrollRequest request) Returns aScrollinstance 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:ScrollServiceReturns aScrollinstance to execute the request.- Specified by:
scrollin interfaceScrollService
-
exists
Description copied from interface:ScrollServiceReturnstrueif the requested Scroll implementation exists.- Specified by:
existsin interfaceScrollService
-