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(MongoCollections mongoCollections, DBEventProcessorStateService stateService, EntityOwnershipService entityOwnerShipService, EntityScopeService entityScopeService, SearchFiltersReFetcher searchFiltersRefetcher) -
Uses of EntityScopeService in org.graylog2.database
Methods in org.graylog2.database with parameters of type EntityScopeServiceModifier and TypeMethodDescription<T extends ScopedEntity>
ScopedEntityMongoUtils<T>MongoCollections.scopedEntityUtils(com.mongodb.client.MongoCollection<T> collection, EntityScopeService entityScopeService) Provides utility methods for creating, updating, and deleting ScopedEntity objects -
Uses of EntityScopeService in org.graylog2.database.entities
Constructors in org.graylog2.database.entities with parameters of type EntityScopeService -
Uses of EntityScopeService in org.graylog2.database.utils
Constructors in org.graylog2.database.utils with parameters of type EntityScopeServiceModifierConstructorDescriptionScopedEntityMongoUtils(com.mongodb.client.MongoCollection<T> delegate, EntityScopeService entityScopeService) -
Uses of EntityScopeService in org.graylog2.lookup.db
Constructors in org.graylog2.lookup.db with parameters of type EntityScopeServiceModifierConstructorDescriptionDBCacheService(MongoCollections mongoCollections, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBDataAdapterService(MongoCollections mongoCollections, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus) DBLookupTableService(MongoCollections mongoCollections, EntityScopeService entityScopeService, ClusterEventBus clusterEventBus)