| Package | Description |
|---|---|
| org.jahia.services.modulemanager | |
| org.jahia.services.modulemanager.impl |
| Modifier and Type | Method and Description |
|---|---|
OperationResult |
ModuleManager.applyBundlesPersistentStates(String target)
Restores persistent state of all bundles from the internal storage.
|
OperationResult |
ModuleManager.install(Collection<org.springframework.core.io.Resource> bundleResources,
String target,
boolean start)
Install specified bundles on the target group of cluster nodes, optionally starting them right after.
|
OperationResult |
ModuleManager.install(org.springframework.core.io.Resource bundleResource,
String target)
Install the specified bundle on the target group of cluster nodes.
|
OperationResult |
ModuleManager.install(org.springframework.core.io.Resource bundleResource,
String target,
boolean start)
Install the specified bundle on the target group of cluster nodes, optionally starting it right after.
|
OperationResult |
ModuleManager.refresh(String bundleKey,
String target)
Refresh the specified bundle on the target group of cluster nodes.
|
OperationResult |
ModuleManager.start(String bundleKey,
String target)
Start the specified bundle on the target group of cluster nodes.
|
OperationResult |
ModuleManager.stop(String bundleKey,
String target)
Stop the specified bundle on the target group of cluster nodes.
|
static OperationResult |
OperationResult.success(BundleInfo bundleInfo)
Returns an operation result indicating successful operation for the specified bundle.
|
static OperationResult |
OperationResult.success(List<BundleInfo> bundleInfos)
Returns an operation result indicating successful operation for the specified bundles.
|
OperationResult |
ModuleManager.uninstall(String bundleKey,
String target)
Uninstall the specified bundle on the target group of cluster nodes.
|
OperationResult |
ModuleManager.update(String bundleKey,
String target)
Update the specified bundle on the target group of cluster nodes.
|
| Modifier and Type | Method and Description |
|---|---|
OperationResult |
ModuleManagerImpl.applyBundlesPersistentStates(String target) |
OperationResult |
ModuleManagerImpl.install(Collection<org.springframework.core.io.Resource> bundleResources,
String target,
boolean start) |
OperationResult |
ModuleManagerImpl.install(org.springframework.core.io.Resource bundleResource,
String target) |
OperationResult |
ModuleManagerImpl.install(org.springframework.core.io.Resource bundleResource,
String target,
boolean start) |
OperationResult |
ModuleManagerImpl.refresh(String bundleKey,
String target) |
OperationResult |
ModuleManagerImpl.start(String bundleKey,
String target) |
OperationResult |
ModuleManagerImpl.stop(String bundleKey,
String target) |
OperationResult |
ModuleManagerImpl.uninstall(String bundleKey,
String target) |
OperationResult |
ModuleManagerImpl.update(String bundleKey,
String target) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.