| Modifier and Type | Method and Description |
|---|---|
Map<ModelId,Map<Integer,ContentPackMetadata>> |
ContentPackInstallationPersistenceService.getInstallationMetadata(Set<ModelId> ids) |
| Modifier and Type | Method and Description |
|---|---|
long |
ContentPackInstallationPersistenceService.countInstallationOfEntityById(ModelId entityId)
Returns the number of installations the given content pack entity ID is used in.
|
long |
ContentPackInstallationPersistenceService.countInstallationOfEntityByIdAndFoundOnSystem(ModelId entityId) |
int |
ContentPackPersistenceService.deleteById(ModelId id) |
int |
ContentPackPersistenceService.deleteByIdAndRevision(ModelId id,
int revision) |
Set<ContentPack> |
ContentPackPersistenceService.findAllById(ModelId id) |
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findByContentPackId(ModelId id) |
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findByContentPackIdAndRevision(ModelId id,
int revision) |
Optional<ContentPack> |
ContentPackPersistenceService.findByIdAndRevision(ModelId id,
int revision) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentPackInstallation> |
ContentPackInstallationPersistenceService.findByContentPackIds(Set<ModelId> ids) |
Map<ModelId,Map<Integer,ContentPackMetadata>> |
ContentPackInstallationPersistenceService.getInstallationMetadata(Set<ModelId> ids) |
| Modifier and Type | Method and Description |
|---|---|
ModelId |
ModelIdParamConverter.fromString(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
ModelIdParamConverter.toString(ModelId value) |
| Modifier and Type | Method and Description |
|---|---|
abstract ModelId |
ContentPackInstallation.contentPackId() |
ModelId |
Identified.id() |
ModelId |
Identified.IdBuilder.id() |
static ModelId |
ModelId.of(String id) |
| Modifier and Type | Method and Description |
|---|---|
abstract ContentPackInstallation.Builder |
ContentPackInstallation.Builder.contentPackId(ModelId contentPackId) |
SELF |
Identified.IdBuilder.id(ModelId id) |
| Modifier and Type | Method and Description |
|---|---|
abstract ModelId |
NativeEntityDescriptor.contentPackEntityId() |
| Modifier and Type | Method and Description |
|---|---|
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
ModelId id,
ModelType type,
String title) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
ModelId id,
ModelType type,
String title,
boolean foundOnSystem) |
static EntityDescriptor |
EntityDescriptor.create(ModelId id,
ModelType type) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
String nativeId,
ModelType type,
String title) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem) |
static <T> NativeEntity<T> |
NativeEntity.create(ModelId entityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem,
T entity) |
static <T> NativeEntity<T> |
NativeEntity.create(ModelId entityId,
String nativeId,
ModelType type,
String title,
T entity) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<ModelId,Map<Integer,ContentPackMetadata>> |
ContentPackList.contentPacksMetadata() |
| Modifier and Type | Method and Description |
|---|---|
static ContentPackList |
ContentPackList.create(long total,
Set<ContentPack> contentPacks,
Map<ModelId,Map<Integer,ContentPackMetadata>> contentPacksMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentPackResource.deleteContentPack(ModelId contentPackId) |
void |
ContentPackResource.deleteContentPack(ModelId contentPackId,
int revision) |
javax.ws.rs.core.Response |
ContentPackResource.deleteContentPackInstallationById(ModelId contentPackId,
String installationId) |
ContentPack |
ContentPackResource.downloadContentPackRevisions(ModelId id,
int revision) |
ContentPackResponse |
ContentPackResource.getContentPackRevisions(ModelId id,
int revision) |
ContentPackInstallation |
ContentPackResource.installContentPack(ModelId id,
int revision,
@Valid @NotNull ContentPackInstallationRequest contentPackInstallationRequest) |
ContentPackInstallationsResponse |
ContentPackResource.listContentPackInstallationsById(ModelId id) |
ContentPackRevisions |
ContentPackResource.listContentPackRevisions(ModelId id) |
ContentPackUninstallDetails |
ContentPackResource.uninstallDetails(ModelId id,
String installationId) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.