Uses of Class
org.graylog2.lookup.dto.LookupTableDto
Packages that use LookupTableDto
Package
Description
-
Uses of LookupTableDto in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type LookupTableDtoModifier and TypeMethodDescriptionLookupTableFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) LookupTableFacade.findExisting(Entity entity, Map<String, ValueReference> parameters) LookupTableFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type LookupTableDtoModifier and TypeMethodDescriptionLookupTableFacade.createExcerpt(LookupTableDto lookupTableDto) voidLookupTableFacade.delete(LookupTableDto nativeEntity) -
Uses of LookupTableDto in org.graylog2.lookup
Methods in org.graylog2.lookup that return types with arguments of type LookupTableDtoModifier and TypeMethodDescriptionLookupTableConfigService.findTablesForCacheIds(Set<String> ids) Returns all lookup table config objets that use the given cache IDs.LookupTableConfigService.findTablesForDataAdapterIds(Set<String> ids) Returns all lookup table config objets that use the given data adapter IDs.Returns the lookup table config for the given ID.LookupTableConfigService.loadAllTables()Returns all existing lookup table config objects. -
Uses of LookupTableDto in org.graylog2.lookup.db
Methods in org.graylog2.lookup.db that return LookupTableDtoMethods in org.graylog2.lookup.db that return types with arguments of type LookupTableDtoModifier and TypeMethodDescriptionDBLookupTableService.findAll()DBLookupTableService.findByCacheIds(Collection<String> cacheIds) DBLookupTableService.findByDataAdapterIds(Collection<String> dataAdapterIds) DBLookupTableService.findPaginated(org.mongojack.DBQuery.Query query, org.mongojack.DBSort.SortBuilder sort, int page, int perPage) DBLookupTableConfigService.findTablesForCacheIds(Set<String> ids) DBLookupTableConfigService.findTablesForDataAdapterIds(Set<String> ids) DBLookupTableConfigService.loadAllTables()Methods in org.graylog2.lookup.db with parameters of type LookupTableDtoMethod parameters in org.graylog2.lookup.db with type arguments of type LookupTableDtoModifier and TypeMethodDescriptionvoidDBLookupTableService.forEach(Consumer<? super LookupTableDto> action) voidDBLookupTableService.postBulkUpdate(Collection<LookupTableDto> tables) -
Uses of LookupTableDto in org.graylog2.lookup.dto
Methods in org.graylog2.lookup.dto that return LookupTableDto -
Uses of LookupTableDto in org.graylog2.lookup.events
Methods in org.graylog2.lookup.events with parameters of type LookupTableDtoModifier and TypeMethodDescriptionstatic LookupTablesDeletedLookupTablesDeleted.create(LookupTableDto dto) static LookupTablesUpdatedLookupTablesUpdated.create(LookupTableDto dto) Method parameters in org.graylog2.lookup.events with type arguments of type LookupTableDtoModifier and TypeMethodDescriptionstatic LookupTablesDeletedLookupTablesDeleted.create(Collection<LookupTableDto> dtos) static LookupTablesUpdatedLookupTablesUpdated.create(Collection<LookupTableDto> dtos) -
Uses of LookupTableDto in org.graylog2.rest.models.system.lookup
Methods in org.graylog2.rest.models.system.lookup that return LookupTableDtoMethods in org.graylog2.rest.models.system.lookup with parameters of type LookupTableDtoModifier and TypeMethodDescriptionstatic LookupTableApiLookupTableApi.fromDto(LookupTableDto dto)