Uses of Class
org.graylog2.rest.resources.entities.EntityAttribute
Packages that use EntityAttribute
Package
Description
-
Uses of EntityAttribute in org.graylog2.database.filtering
Method parameters in org.graylog2.database.filtering with type arguments of type EntityAttributeModifier and TypeMethodDescriptionorg.bson.conversions.BsonDbFilterExpressionParser.parseSingleExpression(String filterExpression, List<EntityAttribute> attributes) Constructor parameters in org.graylog2.database.filtering with type arguments of type EntityAttributeModifierConstructorDescriptionDbQueryCreator(String defaultField, List<EntityAttribute> attributes) -
Uses of EntityAttribute in org.graylog2.rest.models.tools.responses
Methods in org.graylog2.rest.models.tools.responses that return types with arguments of type EntityAttributeMethod parameters in org.graylog2.rest.models.tools.responses with type arguments of type EntityAttributeModifier and TypeMethodDescriptionstatic <T> PageListResponse<T>PageListResponse.create(String query, PaginatedList<T> paginatedList, String sort, String order, List<EntityAttribute> attributes, EntityDefaults defaults) -
Uses of EntityAttribute in org.graylog2.rest.resources.entities
Methods in org.graylog2.rest.resources.entities that return EntityAttribute -
Uses of EntityAttribute in org.graylog2.search
Method parameters in org.graylog2.search with type arguments of type EntityAttributeModifier and TypeMethodDescriptionstatic Map<String,SearchQueryField> DbFieldMappingCreator.createFromEntityAttributes(List<EntityAttribute> attributes) Constructor parameters in org.graylog2.search with type arguments of type EntityAttributeModifierConstructorDescriptionSearchQueryParser(String defaultField, List<EntityAttribute> attributes)