Uses of Class
org.nuxeo.ecm.core.scroll.ScrollDescriptor
-
Packages that use ScrollDescriptor Package Description org.nuxeo.ecm.core.scroll -
-
Uses of ScrollDescriptor in org.nuxeo.ecm.core.scroll
Fields in org.nuxeo.ecm.core.scroll with type parameters of type ScrollDescriptor Modifier and Type Field Description protected Map<String,ScrollDescriptor>
ScrollServiceImpl. descriptors
Methods in org.nuxeo.ecm.core.scroll that return types with arguments of type ScrollDescriptor Modifier and Type Method Description protected List<ScrollDescriptor>
ScrollComponent. getEnabledDescriptors()
Methods in org.nuxeo.ecm.core.scroll with parameters of type ScrollDescriptor Modifier and Type Method Description protected String
ScrollServiceImpl. getDefaultKey(ScrollDescriptor descriptor)
protected String
ScrollServiceImpl. getKey(ScrollDescriptor descriptor)
Constructor parameters in org.nuxeo.ecm.core.scroll with type arguments of type ScrollDescriptor Constructor Description ScrollServiceImpl(List<ScrollDescriptor> scrollDescriptors)
-