Uses of Class
org.graylog2.contentpacks.model.ModelId
Packages that use ModelId
Package
Description
-
Uses of ModelId in org.graylog2.contentpacks
Methods in org.graylog2.contentpacks that return types with arguments of type ModelIdModifier and TypeMethodDescriptionContentPackInstallationPersistenceService.getInstallationMetadata(Set<ModelId> ids) Methods in org.graylog2.contentpacks with parameters of type ModelIdModifier and TypeMethodDescriptionlongContentPackInstallationPersistenceService.countInstallationOfEntityById(ModelId entityId) Returns the number of installations the given content pack entity ID is used in.longContentPackInstallationPersistenceService.countInstallationOfEntityByIdAndFoundOnSystem(ModelId entityId) intContentPackPersistenceService.deleteById(ModelId id) intContentPackPersistenceService.deleteByIdAndRevision(ModelId id, int revision) ContentPackPersistenceService.findAllById(ModelId id) ContentPackInstallationPersistenceService.findByContentPackId(ModelId id) ContentPackInstallationPersistenceService.findByContentPackIdAndRevision(ModelId id, int revision) ContentPackPersistenceService.findByIdAndRevision(ModelId id, int revision) Method parameters in org.graylog2.contentpacks with type arguments of type ModelIdModifier and TypeMethodDescriptionContentPackInstallationPersistenceService.findByContentPackIds(Set<ModelId> ids) ContentPackInstallationPersistenceService.getInstallationMetadata(Set<ModelId> ids) -
Uses of ModelId in org.graylog2.contentpacks.jersey
Methods in org.graylog2.contentpacks.jersey that return ModelIdMethods in org.graylog2.contentpacks.jersey with parameters of type ModelId -
Uses of ModelId in org.graylog2.contentpacks.model
Methods in org.graylog2.contentpacks.model that return ModelIdModifier and TypeMethodDescriptionabstract ModelIdContentPackInstallation.contentPackId()Identified.id()Identified.IdBuilder.id()static ModelIdMethods in org.graylog2.contentpacks.model with parameters of type ModelIdModifier and TypeMethodDescriptionabstract ContentPackInstallation.BuilderContentPackInstallation.Builder.contentPackId(ModelId contentPackId) -
Uses of ModelId in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return ModelIdMethods in org.graylog2.contentpacks.model.entities with parameters of type ModelIdModifier and TypeMethodDescriptionstatic EntityDescriptorstatic <T> NativeEntity<T>NativeEntity.create(ModelId entityId, String nativeId, ModelType type, String title, boolean foundOnSystem, T entity) static <T> NativeEntity<T>static NativeEntityDescriptorNativeEntityDescriptor.create(ModelId contentPackEntityId, String nativeId, ModelType type, String title) static NativeEntityDescriptorNativeEntityDescriptor.create(ModelId contentPackEntityId, String nativeId, ModelType type, String title, boolean foundOnSystem) static NativeEntityDescriptorNativeEntityDescriptor.create(ModelId contentPackEntityId, ModelId id, ModelType type, String title) static NativeEntityDescriptorNativeEntityDescriptor.create(ModelId contentPackEntityId, ModelId id, ModelType type, String title, boolean foundOnSystem) -
Uses of ModelId in org.graylog2.rest.models.system.contentpacks.responses
Methods in org.graylog2.rest.models.system.contentpacks.responses that return types with arguments of type ModelIdModifier and TypeMethodDescriptionabstract Map<ModelId,Map<Integer, ContentPackMetadata>> ContentPackList.contentPacksMetadata()Method parameters in org.graylog2.rest.models.system.contentpacks.responses with type arguments of type ModelIdModifier and TypeMethodDescriptionstatic ContentPackListContentPackList.create(long total, Set<ContentPack> contentPacks, Map<ModelId, Map<Integer, ContentPackMetadata>> contentPacksMetadata) -
Uses of ModelId in org.graylog2.rest.resources.system.contentpacks
Methods in org.graylog2.rest.resources.system.contentpacks with parameters of type ModelIdModifier and TypeMethodDescriptionvoidContentPackResource.deleteContentPack(ModelId contentPackId) voidContentPackResource.deleteContentPack(ModelId contentPackId, int revision) javax.ws.rs.core.ResponseContentPackResource.deleteContentPackInstallationById(ModelId contentPackId, String installationId) ContentPackResource.downloadContentPackRevisions(ModelId id, int revision) ContentPackResource.getContentPackRevisions(ModelId id, int revision) ContentPackResource.installContentPack(ModelId id, int revision, @Valid @NotNull ContentPackInstallationRequest contentPackInstallationRequest) ContentPackResource.listContentPackInstallationsById(ModelId id) ContentPackResource.listContentPackRevisions(ModelId id) ContentPackResource.uninstallDetails(ModelId id, String installationId)