Uses of Interface
org.graylog2.contentpacks.model.ContentPack
Packages that use ContentPack
Package
Description
-
Uses of ContentPack in org.graylog2.contentpacks
Methods in org.graylog2.contentpacks that return types with arguments of type ContentPackModifier and TypeMethodDescriptionContentPackPersistenceService.filterMissingResourcesAndInsert(ContentPack pack) ContentPackPersistenceService.findAllById(ModelId id) ContentPackPersistenceService.findByIdAndRevision(ModelId id, int revision) ContentPackPersistenceService.insert(ContentPack pack) ContentPackPersistenceService.loadAll()ContentPackPersistenceService.loadAllLatest()Methods in org.graylog2.contentpacks with parameters of type ContentPackModifier and TypeMethodDescriptionContentPackService.checkConstraints(ContentPack contentPack) ContentPackPersistenceService.filterMissingResourcesAndInsert(ContentPack pack) ContentPackService.getUninstallDetails(ContentPack contentPack, ContentPackInstallation installation) ContentPackPersistenceService.insert(ContentPack pack) ContentPackService.installContentPack(ContentPack contentPack, Map<String, ValueReference> parameters, String comment, String user) ContentPackService.uninstallContentPack(ContentPack contentPack, ContentPackInstallation installation) -
Uses of ContentPack in org.graylog2.contentpacks.model
Classes in org.graylog2.contentpacks.model that implement ContentPack -
Uses of ContentPack in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities with parameters of type ContentPack -
Uses of ContentPack in org.graylog2.rest.models.system.contentpacks.responses
Methods in org.graylog2.rest.models.system.contentpacks.responses that return ContentPackMethods in org.graylog2.rest.models.system.contentpacks.responses that return types with arguments of type ContentPackModifier and TypeMethodDescriptionabstract Map<Integer,ContentPack> ContentPackRevisions.contentPackRevisions()abstract Set<ContentPack>ContentPackList.contentPacks()Methods in org.graylog2.rest.models.system.contentpacks.responses with parameters of type ContentPackModifier and TypeMethodDescriptionstatic ContentPackResponseContentPackResponse.create(ContentPack contentPack, Set<ConstraintCheckResult> constraints) Method parameters in org.graylog2.rest.models.system.contentpacks.responses with type arguments of type ContentPackModifier and TypeMethodDescriptionstatic ContentPackListContentPackList.create(long total, Set<ContentPack> contentPacks, Map<ModelId, Map<Integer, ContentPackMetadata>> contentPacksMetadata) static ContentPackRevisionsContentPackRevisions.create(Map<Integer, ContentPack> contentPackRevisions, Map<Integer, Set<ConstraintCheckResult>> constraints) -
Uses of ContentPack in org.graylog2.rest.resources.system.contentpacks
Methods in org.graylog2.rest.resources.system.contentpacks that return ContentPackModifier and TypeMethodDescriptionContentPackResource.downloadContentPackRevisions(ModelId id, int revision) Methods in org.graylog2.rest.resources.system.contentpacks with parameters of type ContentPackModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseContentPackResource.createContentPack(@NotNull @Valid ContentPack contentPack)