| Package | Description |
|---|---|
| org.opencms.search.galleries |
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
|
| org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsGallerySearchResult |
CmsGallerySearch.searchById(CmsObject cms,
CmsUUID structureId,
java.util.Locale locale)
Searches by structure id.
|
CmsGallerySearchResult |
CmsGallerySearch.searchById(CmsUUID id,
java.util.Locale locale)
Searches by structure id.
|
static CmsGallerySearchResult |
CmsGallerySearch.searchByPath(CmsObject cms,
java.lang.String rootPath,
java.util.Locale locale)
Searches by structure id.
|
CmsGallerySearchResult |
CmsGallerySearch.searchByPath(java.lang.String path,
java.util.Locale locale)
Searches by structure id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsGallerySearchResult.compareTo(CmsGallerySearchResult other)
Compares two search results based on the score of the result.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchResult |
CmsResourceUtil.getSearchResult(java.util.Locale locale)
Returns the SOLR search result for the current resource.
|