| Package | Description |
|---|---|
| org.graylog.plugins.views.search.views | |
| org.graylog2.contentpacks.facades | |
| org.graylog2.contentpacks.facades.dashboardV1 | |
| org.graylog2.contentpacks.model.entities |
| Modifier and Type | Method and Description |
|---|---|
abstract ViewDTO.Type |
ViewSummaryDTO.type() |
abstract ViewDTO.Type |
ViewParameterSummaryDTO.type() |
abstract ViewDTO.Type |
ViewDTO.type() |
static ViewDTO.Type |
ViewDTO.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewDTO.Type[] |
ViewDTO.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaginatedList<ViewDTO> |
ViewService.searchPaginatedByType(ViewDTO.Type type,
SearchQuery query,
Predicate<ViewDTO> filter,
String order,
String sortField,
int page,
int perPage) |
PaginatedList<ViewSummaryDTO> |
ViewSummaryService.searchPaginatedByType(ViewDTO.Type type,
SearchQuery query,
Predicate<ViewSummaryDTO> filter,
String order,
String sortField,
int page,
int perPage) |
PaginatedList<ViewSummaryDTO> |
ViewService.searchSummariesPaginatedByType(ViewDTO.Type type,
SearchQuery query,
Predicate<ViewSummaryDTO> filter,
String order,
String sortField,
int page,
int perPage) |
abstract ViewSummaryDTO.Builder |
ViewSummaryDTO.Builder.type(ViewDTO.Type type) |
abstract ViewDTO.Builder |
ViewDTO.Builder.type(ViewDTO.Type type) |
| Modifier and Type | Method and Description |
|---|---|
ViewDTO.Type |
DashboardFacade.getDTOType() |
abstract ViewDTO.Type |
ViewFacade.getDTOType() |
ViewDTO.Type |
SearchFacade.getDTOType() |
| Modifier and Type | Method and Description |
|---|---|
ViewDTO.Type |
DashboardV1Facade.getDTOType() |
| Modifier and Type | Method and Description |
|---|---|
ViewDTO.Type |
ViewEntity.dtoType() |
| Modifier and Type | Method and Description |
|---|---|
ViewEntity.Builder |
ViewEntity.Builder.type(ViewDTO.Type type) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.