Uses of Class
org.graylog2.contentpacks.ContentPackInstallationPersistenceService
Packages that use ContentPackInstallationPersistenceService
Package
Description
-
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) -
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)