Uses of Class
org.graylog2.database.entities.ScopedEntity
Packages that use ScopedEntity
Package
Description
-
Uses of ScopedEntity in org.graylog.events.processor
Subclasses of ScopedEntity in org.graylog.events.processor -
Uses of ScopedEntity in org.graylog2.database
Methods in org.graylog2.database with type parameters of type ScopedEntityModifier 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 ScopedEntity in org.graylog2.database.entities
Methods in org.graylog2.database.entities with parameters of type ScopedEntityModifier and TypeMethodDescriptionbooleanEntityScopeService.hasValidScope(ScopedEntity scopedEntity) booleanEntityScopeService.isDeletable(ScopedEntity scopedEntity) booleanEntityScope.isMutable(ScopedEntity existingEntity, ScopedEntity updatedEntity) booleanEntityScopeService.isMutable(ScopedEntity scopedEntity) booleanEntityScopeService.isMutable(ScopedEntity existingEntity, ScopedEntity updatedEntity) -
Uses of ScopedEntity in org.graylog2.database.utils
Classes in org.graylog2.database.utils with type parameters of type ScopedEntity -
Uses of ScopedEntity in org.graylog2.lookup.dto
Subclasses of ScopedEntity in org.graylog2.lookup.dto