| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.rest.resources.system.bundles |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBundle |
BundleExporter.export(ExportBundle exportBundle) |
ConfigurationBundle |
BundleService.exportConfigurationBundle(ExportBundle exportBundle) |
ConfigurationBundle |
BundleService.findByNameAndCategory(String name,
String category) |
ConfigurationBundle |
BundleService.insert(ConfigurationBundle bundle) |
ConfigurationBundle |
BundleService.load(String bundleId) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfigurationBundle> |
BundleService.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleService.applyConfigurationBundle(ConfigurationBundle bundle,
User actingUser) |
ConfigurationBundle |
BundleService.insert(ConfigurationBundle bundle) |
void |
BundleImporter.runImport(ConfigurationBundle bundle,
String userName) |
boolean |
BundleService.update(String bundleId,
ConfigurationBundle bundle) |
| Constructor and Description |
|---|
BundleService(org.mongojack.JacksonDBCollection<ConfigurationBundle,org.bson.types.ObjectId> dbCollection,
BundleImporterProvider bundleImporterProvider,
BundleExporterProvider bundleExporterProvider) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBundle |
BundleResource.exportBundle(ExportBundle exportBundle) |
ConfigurationBundle |
BundleResource.showBundle(String bundleId) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,ConfigurationBundle> |
BundleResource.listBundles() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
BundleResource.createBundle(ConfigurationBundle configurationBundle) |
void |
BundleResource.updateBundle(String bundleId,
ConfigurationBundle configurationBundle) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.