| Package | Description |
|---|---|
| org.jahia.services.modulemanager | |
| org.jahia.services.modulemanager.impl | |
| org.jahia.services.modulemanager.persistence.jcr |
| Modifier and Type | Method and Description |
|---|---|
Collection<BundlePersistentInfo> |
ModuleManager.storeAllLocalPersistentStates()
Store persistent state of all bundles in the internal storage for the purpose of restore in the future.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BundlePersistentInfo.isSameVersionAs(BundlePersistentInfo other)
Returns
true if this instance does refer to the
same bundle version as other. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BundlePersistentInfo> |
ModuleManagerImpl.storeAllLocalPersistentStates() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<BundlePersistentInfo> |
BundleInfoJcrHelper.getPersistentStates()
Returns bundles persistent states.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BundleInfoJcrHelper.storePersistentStates(Collection<BundlePersistentInfo> bundles)
This method will save a collection of bundles as JSON on the node /module-management
using the property j:bundlesPersistentState.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.