Uses of Enum
org.opencms.ade.galleries.shared.CmsGallerySearchScope
Packages that use 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
Methods in org.opencms.search with parameters of type CmsGallerySearchScopeModifier 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
Methods in org.opencms.search.galleries that return CmsGallerySearchScopeModifier and TypeMethodDescriptionCmsGallerySearchParameters.getScope()
The gallery search scope.Methods in org.opencms.search.galleries with parameters of type CmsGallerySearchScopeModifier and TypeMethodDescriptionvoid
CmsGallerySearchParameters.setScope
(CmsGallerySearchScope scope) Sets the search scope. -
Uses of CmsGallerySearchScope in org.opencms.workplace
Methods in org.opencms.workplace that return CmsGallerySearchScopeModifier and TypeMethodDescriptionCmsWorkplaceManager.getGalleryDefaultScope()
Returns the gallery default scope.CmsWorkplaceSettings.getLastSearchScope()
Returns the last gallery search scope.Methods in org.opencms.workplace with parameters of type CmsGallerySearchScopeModifier and TypeMethodDescriptionvoid
CmsWorkplaceSettings.setLastSearchScope
(CmsGallerySearchScope scope) Sets the last gallery search scope.