Class EventList
java.lang.Object
org.graylog.plugins.views.search.searchtypes.events.EventList
- All Implemented Interfaces:
Exportable,SearchType,ContentPackable<SearchTypeEntity>,HasAttributeFilter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic final recordNested classes/interfaces inherited from interface org.graylog.plugins.views.search.SearchType
SearchType.Fallback -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final EventList.SortConfigstatic final StringFields inherited from interface org.graylog.plugins.views.search.SearchType
FIELD_SEARCH_FILTERS, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<AttributeFilter>static EventList.Builderbuilder()abstract Filterfilter()abstract List<UsedSearchFilter>filters()abstract Stringid()booleanpage()perPage()voidresolveNativeEntity(EntityDescriptor entityDescriptor, com.google.common.graph.MutableGraph<EntityDescriptor> mutableGraph) abstract Optional<EventList.SortConfig>sort()abstract EventList.BuildertoContentPackEntity(EntityDescriptorIds entityDescriptorIds) abstract Stringtype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.ContentPackable
getContentPackPluginPackageMethods inherited from interface org.graylog.plugins.views.search.SearchType
hasStreamCategories, mappedStreams, name, query, streamCategories, streams, timerange, withFilter, withFilters, withQuery, withReferenceDate
-
Field Details
-
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE- See Also:
-
NAME
- See Also:
-
KNOWN_ATTRIBUTES
-
DEFAULT_SORT
-
-
Constructor Details
-
EventList
public EventList()
-
-
Method Details
-
type
- Specified by:
typein interfaceSearchType
-
id
- Specified by:
idin interfaceSearchType
-
filter
- Specified by:
filterin interfaceSearchType
-
filters
- Specified by:
filtersin interfaceSearchType
-
page
-
perPage
-
attributes
- Specified by:
attributesin interfaceHasAttributeFilter
-
sort
-
sortWithDefault
-
isExportable
public boolean isExportable()- Specified by:
isExportablein interfaceExportable
-
builder
-
toBuilder
- Specified by:
toBuilderin interfaceSearchType
-
applyExecutionContext
- Specified by:
applyExecutionContextin interfaceSearchType
-
effectiveStreams
- Specified by:
effectiveStreamsin interfaceSearchType
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<SearchTypeEntity>
-
resolveNativeEntity
public void resolveNativeEntity(EntityDescriptor entityDescriptor, com.google.common.graph.MutableGraph<EntityDescriptor> mutableGraph) - Specified by:
resolveNativeEntityin interfaceContentPackable<SearchTypeEntity>
-