Uses of Class
org.opencms.search.galleries.CmsGallerySearchResult
Packages that use CmsGallerySearchResult
Package
Description
Contains server side classes for the gallery dialogs.
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
-
Uses of CmsGallerySearchResult in org.opencms.ade.galleries
Methods in org.opencms.ade.galleries that return types with arguments of type CmsGallerySearchResultModifier and TypeMethodDescriptionGets the replaced results for a specific resource type.CmsAddContentRestriction.TypeEntry.getResults
(CmsObject cms) Gets the results to be displayed in the 'add content' dialog. -
Uses of CmsGallerySearchResult in org.opencms.search.galleries
Methods in org.opencms.search.galleries that return CmsGallerySearchResultModifier and TypeMethodDescriptionstatic CmsGallerySearchResult
CmsGallerySearch.searchById
(CmsObject cms, CmsUUID structureId, Locale locale) Searches by structure id.CmsGallerySearch.searchById
(CmsUUID id, Locale locale) Searches by structure id.CmsGallerySearch.searchByPath
(String path, Locale locale) Searches by structure id.static CmsGallerySearchResult
CmsGallerySearch.searchByPath
(CmsObject cms, String rootPath, Locale locale) Searches by structure id.Returns a shallow copy of this result, with a changed title.Methods in org.opencms.search.galleries with parameters of type CmsGallerySearchResultModifier and TypeMethodDescriptionint
CmsGallerySearchResult.compareTo
(CmsGallerySearchResult other) Compares two search results based on the score of the result. -
Uses of CmsGallerySearchResult in org.opencms.workplace.explorer
Methods in org.opencms.workplace.explorer that return CmsGallerySearchResultModifier and TypeMethodDescriptionCmsResourceUtil.getSearchResult
(Locale locale) Returns the SOLR search result for the current resource.