Uses of Class
org.opencms.search.galleries.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
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionCmsResourceUtil.getSearchResult
(Locale locale) Returns the SOLR search result for the current resource.