Uses of Class
org.graylog2.contentpacks.ContentPackInstallationPersistenceService
Packages that use ContentPackInstallationPersistenceService
Package
Description
-
Uses of ContentPackInstallationPersistenceService in org.graylog.plugins.threatintel.migrations
Constructors in org.graylog.plugins.threatintel.migrations with parameters of type ContentPackInstallationPersistenceServiceModifierConstructorDescriptionV20240531101100_RemoveAbusechContentPack(ContentPackService contentPackService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, ClusterConfigService clusterConfigService) -
Uses of ContentPackInstallationPersistenceService in org.graylog2.contentpacks
Constructors in org.graylog2.contentpacks with parameters of type ContentPackInstallationPersistenceServiceModifierConstructorDescriptionContentPackService(ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, Set<ConstraintChecker> constraintCheckers, Map<ModelType, EntityWithExcerptFacade<?, ?>> entityFacades, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Configuration configuration) -
Uses of ContentPackInstallationPersistenceService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type ContentPackInstallationPersistenceServiceModifierConstructorDescriptionV20230601104500_AddSourcesPageV2(ContentPackService contentPackService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClusterConfigService configService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, MongoConnection mongoConnection, NotificationService notificationService) -
Uses of ContentPackInstallationPersistenceService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type ContentPackInstallationPersistenceServiceModifierConstructorDescriptionContentPackLoaderPeriodical(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ContentPackService contentPackService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, Configuration configuration, boolean contentPacksLoaderEnabled, Path contentPacksDir, Set<String> contentPacksAutoInstall) -
Uses of ContentPackInstallationPersistenceService in org.graylog2.rest.resources.system.contentpacks
Constructors in org.graylog2.rest.resources.system.contentpacks with parameters of type ContentPackInstallationPersistenceServiceModifierConstructorDescriptionContentPackResource(ContentPackService contentPackService, ContentPackPersistenceService contentPackPersistenceService, ContentPackInstallationPersistenceService contentPackInstallationPersistenceService)