Uses of Class
org.graylog.plugins.views.search.rest.MappedFieldTypeDTO
Packages that use MappedFieldTypeDTO
Package
Description
-
Uses of MappedFieldTypeDTO in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return MappedFieldTypeDTOModifier and TypeMethodDescriptionstatic MappedFieldTypeDTOMappedFieldTypeDTO.create(String name, FieldTypes.Type type) Methods in org.graylog.plugins.views.search.rest that return types with arguments of type MappedFieldTypeDTOModifier and TypeMethodDescriptionFieldTypesResource.allFieldTypes(SearchUser searchUser) FieldTypesResource.byStreams(@Valid @NotNull FieldTypesForStreamsRequest request, SearchUser searchUser) -
Uses of MappedFieldTypeDTO in org.graylog.plugins.views.search.validation
Methods in org.graylog.plugins.views.search.validation that return types with arguments of type MappedFieldTypeDTOModifier and TypeMethodDescriptionabstract Set<MappedFieldTypeDTO>ValidationContext.availableFields()Method parameters in org.graylog.plugins.views.search.validation with type arguments of type MappedFieldTypeDTOModifier and TypeMethodDescriptionabstract ValidationContext.BuilderValidationContext.Builder.availableFields(Set<MappedFieldTypeDTO> availableFields) -
Uses of MappedFieldTypeDTO in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type MappedFieldTypeDTOModifier and TypeMethodDescriptionMappedFieldTypesService.fieldTypesByStreamIds(Collection<String> streamIds, TimeRange timeRange) MappedFieldTypesServiceImpl.fieldTypesByStreamIds(Collection<String> streamIds, TimeRange timeRange)