| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| org.opencms.ade.configuration.formatters |
Classes for handling formatter configurations
|
| org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsWaitHandle |
CmsADEManager.addFormatterCacheWaitHandle(boolean online)
Adds a wait handle for the next cache update to a formatter configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFormatterConfigurationCache.addWaitHandle(CmsWaitHandle handle)
Adds a wait handle to the list of wait handles.
|
| Modifier and Type | Method and Description |
|---|---|
CmsWaitHandle |
CmsSearchManager.CmsSearchOfflineIndexThread.getWaitHandle()
Gets the wait handle used for signalling when the worker thread has finished.
|