Uses of Class
org.graylog2.contentpacks.model.ModelType
Packages that use ModelType
Package
Description
-
Uses of ModelType in org.graylog2.contentpacks
Methods in org.graylog2.contentpacks with parameters of type ModelTypeConstructor parameters in org.graylog2.contentpacks with type arguments of type ModelTypeModifierConstructorDescriptionContentPackService(ContentPackInstallationPersistenceService contentPackInstallationPersistenceService, Set<ConstraintChecker> constraintCheckers, Map<ModelType, EntityWithExcerptFacade<?, ?>> entityFacades) -
Uses of ModelType in org.graylog2.contentpacks.facades
Fields in org.graylog2.contentpacks.facades declared as ModelTypeModifier and TypeFieldDescriptionstatic final ModelTypeRootEntityFacade.TYPEstatic final ModelTypeGrokPatternFacade.TYPE_V1static final ModelTypeInputFacade.TYPE_V1static final ModelTypeLookupCacheFacade.TYPE_V1static final ModelTypeLookupDataAdapterFacade.TYPE_V1static final ModelTypeLookupTableFacade.TYPE_V1static final ModelTypeOutputFacade.TYPE_V1static final ModelTypePipelineFacade.TYPE_V1static final ModelTypePipelineRuleFacade.TYPE_V1static final ModelTypeSearchFacade.TYPE_V1static final ModelTypeSidecarCollectorConfigurationFacade.TYPE_V1static final ModelTypeSidecarCollectorFacade.TYPE_V1static final ModelTypeStreamFacade.TYPE_V1static final ModelTypeUrlWhitelistFacade.TYPE_V1static final ModelTypeDashboardFacade.TYPE_V2Methods in org.graylog2.contentpacks.facades that return ModelTypeModifier and TypeMethodDescriptionDashboardFacade.getModelType()SearchFacade.getModelType()abstract ModelTypeViewFacade.getModelType() -
Uses of ModelType in org.graylog2.contentpacks.facades.dashboardV1
Fields in org.graylog2.contentpacks.facades.dashboardV1 declared as ModelTypeMethods in org.graylog2.contentpacks.facades.dashboardV1 that return ModelType -
Uses of ModelType in org.graylog2.contentpacks.model
Fields in org.graylog2.contentpacks.model declared as ModelTypeModifier and TypeFieldDescriptionstatic final ModelTypeModelTypes.DASHBOARD_V1static final ModelTypeModelTypes.DASHBOARD_V2static final ModelTypeModelTypes.EVENT_DEFINITION_V1static final ModelTypeModelTypes.GROK_PATTERN_V1static final ModelTypeModelTypes.INPUT_V1static final ModelTypeModelTypes.LOOKUP_ADAPTER_V1static final ModelTypeModelTypes.LOOKUP_CACHE_V1static final ModelTypeModelTypes.LOOKUP_TABLE_V1static final ModelTypeModelTypes.NOTIFICATION_V1static final ModelTypeModelTypes.OUTPUT_V1static final ModelTypeModelTypes.PIPELINE_RULE_V1static final ModelTypeModelTypes.PIPELINE_V1static final ModelTypeModelTypes.ROOTstatic final ModelTypeModelTypes.SEARCH_FILTER_V1static final ModelTypeModelTypes.SEARCH_V1static final ModelTypeModelTypes.SIDECAR_COLLECTOR_CONFIGURATION_V1static final ModelTypeModelTypes.SIDECAR_COLLECTOR_V1static final ModelTypeModelTypes.STREAM_V1static final ModelTypeModelTypes.URL_WHITELIST_ENTRY_V1Methods in org.graylog2.contentpacks.model that return ModelTypeModifier and TypeMethodDescriptionabstract ModelTypeModelType.Builder.autoBuild()ModelType.Builder.build()static ModelTypeTyped.type()Methods in org.graylog2.contentpacks.model with parameters of type ModelType -
Uses of ModelType in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities with parameters of type ModelTypeModifier and TypeMethodDescriptionstatic EntityDescriptorShortcut forEntityDescriptor.create(ModelId, ModelType)static EntityDescriptorstatic <T> NativeEntity<T>NativeEntity.create(String entityId, String nativeId, ModelType type, String title, boolean foundOnSystem, T entity) Shortcut forNativeEntity.create(NativeEntityDescriptor, Object)static <T> NativeEntity<T>NativeEntity.create(ModelId entityId, String nativeId, ModelType type, String title, boolean foundOnSystem, T entity) static <T> NativeEntity<T>static NativeEntityDescriptorNativeEntityDescriptor.create(String contentPackEntityId, String nativeId, ModelType type, String title) static NativeEntityDescriptorNativeEntityDescriptor.create(String contentPackEntityId, String nativeId, ModelType type, String title, boolean foundOnSystem) 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 ModelType in org.graylog2.plugin
Methods in org.graylog2.plugin with parameters of type ModelTypeModifier and TypeMethodDescriptionprotected voidPluginModule.addEntityFacade(ModelType entityType, Class<? extends EntityWithExcerptFacade<?, ?>> entityFacadeClass) -
Uses of ModelType in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type ModelTypeModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<ModelType,EntityWithExcerptFacade<?, ?>> Graylog2Module.entityFacadeBinder()