Uses of Class
org.graylog2.database.entities.EntityScopeService
Packages that use EntityScopeService
Package
Description
-
Uses of EntityScopeService in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type EntityScopeServiceModifierConstructorDescriptionDBEventDefinitionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, DBEventProcessorStateService stateService, EntityOwnershipService entityOwnerShipService, EntityScopeService entityScopeService) -
Uses of EntityScopeService in org.graylog2.database.entities
Fields in org.graylog2.database.entities declared as EntityScopeServiceModifier and TypeFieldDescriptionprotected final EntityScopeServiceScopedDbService.entityScopeServiceConstructors in org.graylog2.database.entities with parameters of type EntityScopeServiceModifierConstructorDescriptionEntityScopeResource(EntityScopeService entityScopeService) ScopedDbService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, Class<E> dtoClass, String collectionName, EntityScopeService entityScopeService) -
Uses of EntityScopeService in org.graylog2.lookup.db
Constructors in org.graylog2.lookup.db with parameters of type EntityScopeServiceModifierConstructorDescriptionDBCacheService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBDataAdapterService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBLookupTableService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus)