| Package | Description |
|---|---|
| org.graylog2.contentpacks.facades | |
| org.graylog2.lookup.db | |
| org.graylog2.lookup.dto | |
| org.graylog2.rest.models.system.lookup |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<DataAdapterDto> |
LookupDataAdapterFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username) |
Optional<NativeEntity<DataAdapterDto>> |
LookupDataAdapterFacade.findExisting(Entity entity,
Map<String,ValueReference> parameters) |
Optional<NativeEntity<DataAdapterDto>> |
LookupDataAdapterFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityExcerpt |
LookupDataAdapterFacade.createExcerpt(DataAdapterDto dataAdapterDto) |
void |
LookupDataAdapterFacade.delete(DataAdapterDto nativeEntity) |
| Modifier and Type | Method and Description |
|---|---|
DataAdapterDto |
DBDataAdapterService.save(DataAdapterDto table) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DataAdapterDto> |
DBDataAdapterService.findAll() |
Collection<DataAdapterDto> |
DBDataAdapterService.findByIds(Set<String> idSet) |
PaginatedList<DataAdapterDto> |
DBDataAdapterService.findPaginated(org.mongojack.DBQuery.Query query,
org.mongojack.DBSort.SortBuilder sort,
int page,
int perPage) |
Optional<DataAdapterDto> |
DBDataAdapterService.get(String idOrName) |
| Modifier and Type | Method and Description |
|---|---|
DataAdapterDto |
DBDataAdapterService.save(DataAdapterDto table) |
| Modifier and Type | Method and Description |
|---|---|
abstract DataAdapterDto |
DataAdapterDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
DataAdapterDto |
DataAdapterApi.toDto() |
| Modifier and Type | Method and Description |
|---|---|
static DataAdapterApi |
DataAdapterApi.fromDto(DataAdapterDto dto) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.