| Modifier and Type | Method and Description |
|---|---|
Set<ContentPack> |
ContentPackPersistenceService.findAllById(ModelId id) |
Optional<ContentPack> |
ContentPackPersistenceService.findByIdAndRevision(ModelId id,
int revision) |
Optional<ContentPack> |
ContentPackPersistenceService.insert(ContentPack pack) |
Set<ContentPack> |
ContentPackPersistenceService.loadAll() |
Set<ContentPack> |
ContentPackPersistenceService.loadAllLatest() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckResult> |
ContentPackService.checkConstraints(ContentPack contentPack) |
ContentPackUninstallDetails |
ContentPackService.getUninstallDetails(ContentPack contentPack,
ContentPackInstallation installation) |
Optional<ContentPack> |
ContentPackPersistenceService.insert(ContentPack pack) |
ContentPackInstallation |
ContentPackService.installContentPack(ContentPack contentPack,
Map<String,ValueReference> parameters,
String comment,
String user) |
ContentPackUninstallation |
ContentPackService.uninstallContentPack(ContentPack contentPack,
ContentPackInstallation installation) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentPackV1 |
class |
LegacyContentPack |
| Modifier and Type | Method and Description |
|---|---|
static Entity |
EntityV1.createRoot(ContentPack contentPack) |
| Modifier and Type | Method and Description |
|---|---|
abstract ContentPack |
ContentPackResponse.contentPack() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Integer,ContentPack> |
ContentPackRevisions.contentPackRevisions() |
abstract Set<ContentPack> |
ContentPackList.contentPacks() |
| Modifier and Type | Method and Description |
|---|---|
static ContentPackResponse |
ContentPackResponse.create(ContentPack contentPack,
Set<ConstraintCheckResult> constraints) |
| Modifier and Type | Method and Description |
|---|---|
static ContentPackList |
ContentPackList.create(long total,
Set<ContentPack> contentPacks,
Map<ModelId,Map<Integer,ContentPackMetadata>> contentPacksMetadata) |
static ContentPackRevisions |
ContentPackRevisions.create(Map<Integer,ContentPack> contentPackRevisions,
Map<Integer,Set<ConstraintCheckResult>> constraints) |
| Modifier and Type | Method and Description |
|---|---|
ContentPack |
ContentPackResource.downloadContentPackRevisions(ModelId id,
int revision) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ContentPackResource.createContentPack(@NotNull @Valid ContentPack contentPack) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.