| Modifier and Type | Method and Description |
|---|---|
ContentPackInstallation |
ContentPackInstallationPersistenceService.insert(ContentPackInstallation installation) |
ContentPackInstallation |
ContentPackService.installContentPack(ContentPack contentPack,
Map<String,ValueReference> parameters,
String comment,
String user) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findByContentPackId(ModelId id) |
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findByContentPackIdAndRevision(ModelId id,
int revision) |
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findByContentPackIds(Set<ModelId> ids) |
Optional<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findById(org.bson.types.ObjectId id) |
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
ContentPackUninstallDetails |
ContentPackService.getUninstallDetails(ContentPack contentPack,
ContentPackInstallation installation) |
ContentPackInstallation |
ContentPackInstallationPersistenceService.insert(ContentPackInstallation installation) |
ContentPackUninstallation |
ContentPackService.uninstallContentPack(ContentPack contentPack,
ContentPackInstallation installation) |
| Modifier and Type | Method and Description |
|---|---|
ContentPackInstallation |
ContentPackInstallation.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<ContentPackInstallation> |
ContentPackInstallationsResponse.contentPackInstallations() |
| Modifier and Type | Method and Description |
|---|---|
static ContentPackInstallationsResponse |
ContentPackInstallationsResponse.create(long total,
Set<ContentPackInstallation> contentPackInstallations) |
| Modifier and Type | Method and Description |
|---|---|
ContentPackInstallation |
ContentPackResource.installContentPack(ModelId id,
int revision,
@Valid @NotNull ContentPackInstallationRequest contentPackInstallationRequest) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.