Uses of Enum
org.opencms.ade.galleries.shared.CmsGallerySearchScope
Package
Description
Contains the shared client/server side gallery dialog classes.
Implements the main full text search and indexing functions available in OpenCms.
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
-
Uses of CmsGallerySearchScope in org.opencms.search
Modifier and TypeMethodDescriptionCmsSearchUtil.getSearchRootsForScope
(CmsGallerySearchScope scope, String siteParam, String subSiteParam) Gets the search roots to use for the given site/subsite parameters. -
Uses of CmsGallerySearchScope in org.opencms.search.galleries
Modifier and TypeMethodDescriptionCmsGallerySearchParameters.getScope()
The gallery search scope.Modifier and TypeMethodDescriptionvoid
CmsGallerySearchParameters.setScope
(CmsGallerySearchScope scope) Sets the search scope. -
Uses of CmsGallerySearchScope in org.opencms.workplace
Modifier and TypeMethodDescriptionCmsWorkplaceManager.getGalleryDefaultScope()
Returns the gallery default scope.CmsWorkplaceSettings.getLastSearchScope()
Returns the last gallery search scope.Modifier and TypeMethodDescriptionvoid
CmsWorkplaceSettings.setLastSearchScope
(CmsGallerySearchScope scope) Sets the last gallery search scope.