Uses of Class
org.graylog2.contentpacks.model.ContentPackInstallation
Packages that use ContentPackInstallation
Package
Description
-
Uses of ContentPackInstallation in org.graylog2.contentpacks
Methods in org.graylog2.contentpacks that return ContentPackInstallationModifier and TypeMethodDescriptionContentPackInstallationPersistenceService.insert(ContentPackInstallation installation) ContentPackService.installContentPack(ContentPack contentPack, Map<String, ValueReference> parameters, String comment, String user) Methods in org.graylog2.contentpacks that return types with arguments of type ContentPackInstallationModifier and TypeMethodDescriptionContentPackInstallationPersistenceService.findByContentPackId(ModelId id) ContentPackInstallationPersistenceService.findByContentPackIdAndRevision(ModelId id, int revision) ContentPackInstallationPersistenceService.findByContentPackIds(Set<ModelId> ids) ContentPackInstallationPersistenceService.findById(org.bson.types.ObjectId id) ContentPackInstallationPersistenceService.loadAll()Methods in org.graylog2.contentpacks with parameters of type ContentPackInstallationModifier and TypeMethodDescriptionContentPackService.getUninstallDetails(ContentPack contentPack, ContentPackInstallation installation) ContentPackInstallationPersistenceService.insert(ContentPackInstallation installation) ContentPackService.uninstallContentPack(ContentPack contentPack, ContentPackInstallation installation) -
Uses of ContentPackInstallation in org.graylog2.contentpacks.model
Methods in org.graylog2.contentpacks.model that return ContentPackInstallation -
Uses of ContentPackInstallation in org.graylog2.rest.models.system.contentpacks.responses
Methods in org.graylog2.rest.models.system.contentpacks.responses that return types with arguments of type ContentPackInstallationModifier and TypeMethodDescriptionabstract Set<ContentPackInstallation>ContentPackInstallationsResponse.contentPackInstallations()Method parameters in org.graylog2.rest.models.system.contentpacks.responses with type arguments of type ContentPackInstallationModifier and TypeMethodDescriptionContentPackInstallationsResponse.create(long total, Set<ContentPackInstallation> contentPackInstallations) -
Uses of ContentPackInstallation in org.graylog2.rest.resources.system.contentpacks
Methods in org.graylog2.rest.resources.system.contentpacks that return ContentPackInstallationModifier and TypeMethodDescriptionContentPackResource.installContentPack(ModelId id, int revision, @Valid @NotNull ContentPackInstallationRequest contentPackInstallationRequest)