| Package | Description |
|---|---|
| org.jahia.services.modulemanager.persistence | |
| org.jahia.services.modulemanager.persistence.jcr | |
| org.jahia.services.modulemanager.util |
| Modifier and Type | Method and Description |
|---|---|
static PersistentBundle |
PersistentBundleInfoBuilder.build(org.springframework.core.io.Resource resource)
Parses the supplied resource and builds the information for the bundle.
|
static PersistentBundle |
PersistentBundleInfoBuilder.build(org.springframework.core.io.Resource resource,
boolean calculateChecksum,
boolean checkTransformationRequired)
Parses the supplied resource and builds the information for the bundle.
|
PersistentBundle |
BundlePersister.find(String bundleKey)
Returns the info for the persisted bundle considering the requested key.
|
PersistentBundle |
BundlePersister.store(org.springframework.core.io.Resource resource)
Persists the info for the specified resources either creating a new info in the storage or updating the existing entry with the
supplied data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundlePersister.store(PersistentBundle bundleInfo)
Persists the specified bundle resource either creating a new info in the storage or updating the existing entry with the supplied
data.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentBundle |
JCRBundlePersister.find(String bundleKey) |
protected PersistentBundle |
JCRBundlePersister.find(String bundleKey,
JCRSessionWrapper session)
Finds the JCR node, which corresponds to the provided key and reads the bundle information from it.
|
PersistentBundle |
JCRBundlePersister.store(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRBundlePersister.store(PersistentBundle bundleInfo) |
protected boolean |
JCRBundlePersister.store(PersistentBundle bundleInfo,
JCRSessionWrapper session)
Stores the bundle information in a JCR node.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistentBundle |
ModuleUtils.loadPersistentBundle(String bundleKey)
Returns the persistent bundle info for the specified key.
|
static PersistentBundle |
ModuleUtils.persist(org.osgi.framework.Bundle bundle)
Performs the persistence of the supplied bundle and returns the information about it.
|
static PersistentBundle |
ModuleUtils.persist(org.springframework.core.io.Resource bundleResource)
Performs the persistence of the supplied bundle resource and returns the information about it.
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.