| Package | Description |
|---|---|
| org.jahia.services.modulemanager.spi | |
| org.jahia.services.modulemanager.spi.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleService.getAllInfos(String target)
Get info about all installed bundles.
|
Map<String,BundleService.BundleInformation> |
BundleService.getInfo(BundleInfo bundleInfo,
String target)
Get info about a bundle.
|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleService.getInfos(BundleBucketInfo bundleBucketInfo,
String target)
Get info about multiple bundles belonging to a single bundle bucket.
|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleService.getInfos(Collection<BundleInfo> bundleInfos,
String target)
Get info about multiple bundles.
|
void |
BundleService.install(String uri,
String target,
boolean start)
Install the specified bundle on the target group of cluster nodes, optionally starting it right after if the
start
parameter is true. |
void |
BundleService.install(String uri,
String target,
boolean start,
int startLevel)
Install the specified bundle on the target group of cluster nodes, optionally starting it right after if the
start
parameter is true. |
void |
BundleService.refresh(BundleInfo bundleInfo,
String target)
Performs the refresh operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.refresh(Collection<BundleInfo> bundleInfos,
String target)
Performs the refresh operation with the provided bundles on the target group of cluster nodes.
|
void |
BundleService.resolve(BundleInfo bundleInfo,
String target)
Performs the resolve operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.start(BundleInfo bundleInfo,
String target)
Performs the start operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.stop(BundleInfo bundleInfo,
String target)
Performs the stop operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.uninstall(BundleInfo bundleInfo,
String target)
Performs the uninstall operation with the provided bundle on the target group of cluster nodes.
|
void |
BundleService.update(BundleInfo bundleInfo,
String target)
Performs the update operation with the provided bundle on the target group of cluster nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,BundleService.BundleInformation>> |
BundleServiceDelegate.getAllInfos(String target) |
Map<String,Map<String,BundleService.BundleInformation>> |
DefaultBundleService.getAllInfos(String target) |
Map<String,BundleService.BundleInformation> |
BundleServiceDelegate.getInfo(BundleInfo bundleInfo,
String target) |
Map<String,BundleService.BundleInformation> |
DefaultBundleService.getInfo(BundleInfo bundleInfo,
String target) |
Map<String,Map<String,BundleService.BundleInformation>> |
BundleServiceDelegate.getInfos(BundleBucketInfo bundleBucketInfo,
String target) |
Map<String,Map<String,BundleService.BundleInformation>> |
DefaultBundleService.getInfos(BundleBucketInfo bundleBucketInfo,
String target) |
Map<String,Map<String,BundleService.BundleInformation>> |
BundleServiceDelegate.getInfos(Collection<BundleInfo> bundleInfos,
String target) |
Map<String,Map<String,BundleService.BundleInformation>> |
DefaultBundleService.getInfos(Collection<BundleInfo> bundleInfos,
String target) |
void |
BundleServiceDelegate.install(String uri,
String target,
boolean start) |
void |
BundleServiceDelegate.install(String uri,
String target,
boolean start,
int startLevel) |
void |
BundleServiceDelegate.refresh(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.refresh(Collection<BundleInfo> bundleInfos,
String target) |
void |
BundleServiceDelegate.resolve(BundleInfo bundleInfo,
String target) |
void |
DefaultBundleService.resolve(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.start(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.stop(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.uninstall(BundleInfo bundleInfo,
String target) |
void |
BundleServiceDelegate.update(BundleInfo bundleInfo,
String target) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.