| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsGallerySearchParameters.CmsGallerySortParam |
CmsGallerySearchParameters.CmsGallerySortParam.DEFAULT
The default sort parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGallerySearchParameters.CmsGallerySortParam |
CmsGallerySearchParameters.getSortOrder()
Returns the sort order that has been used in the search.
|
static CmsGallerySearchParameters.CmsGallerySortParam |
CmsGallerySearchParameters.CmsGallerySortParam.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsGallerySearchParameters.CmsGallerySortParam[] |
CmsGallerySearchParameters.CmsGallerySortParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGallerySearchParameters.setSortOrder(CmsGallerySearchParameters.CmsGallerySortParam sortOrder)
Sets the sort order for the search.
|