| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| 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 |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchScope |
CmsGalleryDataBean.getDefaultScope()
Gets the default search scope.
|
CmsGallerySearchScope |
CmsGalleryDataBean.getScope()
Returns the search scope.
|
CmsGallerySearchScope |
CmsGallerySearchBean.getScope()
Gets the search scope.
|
static CmsGallerySearchScope |
CmsGallerySearchScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsGallerySearchScope[] |
CmsGallerySearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryDataBean.setDefaultScope(CmsGallerySearchScope scope)
Sets the default search scope.
|
void |
CmsGalleryDataBean.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
void |
CmsGallerySearchBean.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
CmsSearchUtil.getSearchRootsForScope(CmsGallerySearchScope scope,
java.lang.String siteParam,
java.lang.String subSiteParam)
Gets the search roots to use for the given site/subsite parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchScope |
CmsGallerySearchParameters.getScope()
The gallery search scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGallerySearchParameters.setScope(CmsGallerySearchScope scope)
Sets the search scope.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchScope |
CmsWorkplaceManager.getGalleryDefaultScope()
Returns the gallery default scope.
|
CmsGallerySearchScope |
CmsWorkplaceSettings.getLastSearchScope()
Returns the last gallery search scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceSettings.setLastSearchScope(CmsGallerySearchScope scope)
Sets the last gallery search scope.
|