public interface ConfigService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigService.ConfigType |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConfigService.ConfigType> |
getAllConfigurations()
Get all configurations currently deployed
|
Collection<String> |
restoreConfigurations(Collection<ConfigService.ConfigType> types)
Restore configurations from JCR
|
void |
setAutoSave(boolean autoSave)
Auto save configuration on change
|
Collection<String> |
storeAllConfigurations()
Store configurations into JCR
|
Map<String,ConfigService.ConfigType> getAllConfigurations()
Collection<String> storeAllConfigurations()
Collection<String> restoreConfigurations(Collection<ConfigService.ConfigType> types)
types - The types to store, null for all configurationsvoid setAutoSave(boolean autoSave)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.