| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
EntityDescriptorIds.get(String id,
ModelType type) |
String |
EntityDescriptorIds.getOrThrow(String id,
ModelType type) |
| Constructor and Description |
|---|
ContentPackService(ContentPackInstallationPersistenceService contentPackInstallationPersistenceService,
Set<ConstraintChecker> constraintCheckers,
Map<ModelType,EntityFacade<?>> entityFacades) |
| Modifier and Type | Field and Description |
|---|---|
static ModelType |
RootEntityFacade.TYPE |
static ModelType |
PipelineRuleFacade.TYPE_V1 |
static ModelType |
UrlWhitelistFacade.TYPE_V1 |
static ModelType |
StreamFacade.TYPE_V1 |
static ModelType |
LookupTableFacade.TYPE_V1 |
static ModelType |
PipelineFacade.TYPE_V1 |
static ModelType |
LookupCacheFacade.TYPE_V1 |
static ModelType |
OutputFacade.TYPE_V1 |
static ModelType |
GrokPatternFacade.TYPE_V1 |
static ModelType |
LookupDataAdapterFacade.TYPE_V1 |
static ModelType |
SidecarCollectorFacade.TYPE_V1 |
static ModelType |
InputFacade.TYPE_V1 |
static ModelType |
SidecarCollectorConfigurationFacade.TYPE_V1 |
static ModelType |
SearchFacade.TYPE_V1 |
static ModelType |
DashboardFacade.TYPE_V2 |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
DashboardFacade.getModelType() |
abstract ModelType |
ViewFacade.getModelType() |
ModelType |
SearchFacade.getModelType() |
| Modifier and Type | Field and Description |
|---|---|
static ModelType |
DashboardV1Facade.TYPE_V1 |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
DashboardV1Facade.getModelType() |
| Modifier and Type | Field and Description |
|---|---|
static ModelType |
ModelTypes.DASHBOARD_V1 |
static ModelType |
ModelTypes.DASHBOARD_V2 |
static ModelType |
ModelTypes.EVENT_DEFINITION_V1 |
static ModelType |
ModelTypes.GROK_PATTERN_V1 |
static ModelType |
ModelTypes.INPUT_V1 |
static ModelType |
ModelTypes.LOOKUP_ADAPTER_V1 |
static ModelType |
ModelTypes.LOOKUP_CACHE_V1 |
static ModelType |
ModelTypes.LOOKUP_TABLE_V1 |
static ModelType |
ModelTypes.NOTIFICATION_V1 |
static ModelType |
ModelTypes.OUTPUT_V1 |
static ModelType |
ModelTypes.PIPELINE_RULE_V1 |
static ModelType |
ModelTypes.PIPELINE_V1 |
static ModelType |
ModelTypes.ROOT |
static ModelType |
ModelTypes.SEARCH_V1 |
static ModelType |
ModelTypes.SIDECAR_COLLECTOR_CONFIGURATION_V1 |
static ModelType |
ModelTypes.SIDECAR_COLLECTOR_V1 |
static ModelType |
ModelTypes.STREAM_V1 |
static ModelType |
ModelTypes.URL_WHITELIST_ENTRY_V1 |
| Modifier and Type | Method and Description |
|---|---|
abstract ModelType |
ModelType.Builder.autoBuild() |
ModelType |
ModelType.Builder.build() |
static ModelType |
ModelType.of(String name,
String version) |
ModelType |
Typed.type() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
Typed.TypeBuilder.type(ModelType type) |
| Modifier and Type | Method and Description |
|---|---|
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
ModelId id,
ModelType type,
String title) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
ModelId id,
ModelType type,
String title,
boolean foundOnSystem) |
static EntityDescriptor |
EntityDescriptor.create(ModelId id,
ModelType type) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
String nativeId,
ModelType type,
String title) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(ModelId contentPackEntityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem) |
static <T> NativeEntity<T> |
NativeEntity.create(ModelId entityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem,
T entity) |
static <T> NativeEntity<T> |
NativeEntity.create(ModelId entityId,
String nativeId,
ModelType type,
String title,
T entity) |
static EntityDescriptor |
EntityDescriptor.create(String id,
ModelType type)
Shortcut for
EntityDescriptor.create(ModelId, ModelType) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(String contentPackEntityId,
String nativeId,
ModelType type,
String title) |
static NativeEntityDescriptor |
NativeEntityDescriptor.create(String contentPackEntityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem)
|
static <T> NativeEntity<T> |
NativeEntity.create(String entityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem,
T entity)
Shortcut for
NativeEntity.create(NativeEntityDescriptor, Object) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addEntityFacade(ModelType entityType,
Class<? extends EntityFacade<?>> entityFacadeClass) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<ModelType,EntityFacade<?>> |
Graylog2Module.entityFacadeBinder() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.