| Package | Description |
|---|---|
| org.graylog2.contentpacks.facades | |
| org.graylog2.lookup.db | |
| org.graylog2.lookup.dto | |
| org.graylog2.lookup.events | |
| org.graylog2.rest.models.system.lookup |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<LookupTableDto> |
LookupTableFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username) |
Optional<NativeEntity<LookupTableDto>> |
LookupTableFacade.findExisting(Entity entity,
Map<String,ValueReference> parameters) |
Optional<NativeEntity<LookupTableDto>> |
LookupTableFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityExcerpt |
LookupTableFacade.createExcerpt(LookupTableDto lookupTableDto) |
void |
LookupTableFacade.delete(LookupTableDto nativeEntity) |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDto |
DBLookupTableService.save(LookupTableDto table) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LookupTableDto> |
DBLookupTableService.findAll() |
Collection<LookupTableDto> |
DBLookupTableService.findByCacheIds(Collection<String> cacheIds) |
Collection<LookupTableDto> |
DBLookupTableService.findByDataAdapterIds(Collection<String> dataAdapterIds) |
Collection<LookupTableDto> |
DBLookupTableService.findByNames(Collection<String> names) |
PaginatedList<LookupTableDto> |
DBLookupTableService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
Optional<LookupTableDto> |
DBLookupTableService.get(String idOrName) |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDto |
DBLookupTableService.save(LookupTableDto table) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBLookupTableService.forEach(Consumer<? super LookupTableDto> action) |
| Modifier and Type | Method and Description |
|---|---|
abstract LookupTableDto |
LookupTableDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static LookupTablesUpdated |
LookupTablesUpdated.create(LookupTableDto dto) |
static LookupTablesDeleted |
LookupTablesDeleted.create(LookupTableDto dto) |
| Modifier and Type | Method and Description |
|---|---|
static LookupTablesUpdated |
LookupTablesUpdated.create(Collection<LookupTableDto> dtos) |
static LookupTablesDeleted |
LookupTablesDeleted.create(Collection<LookupTableDto> dtos) |
| Modifier and Type | Method and Description |
|---|---|
LookupTableDto |
LookupTableApi.toDto() |
| Modifier and Type | Method and Description |
|---|---|
static LookupTableApi |
LookupTableApi.fromDto(LookupTableDto dto) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.