Class EventList
java.lang.Object
org.graylog.plugins.views.search.searchtypes.events.EventList
- All Implemented Interfaces:
Exportable,SearchType,ContentPackable<SearchTypeEntity>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.plugins.views.search.SearchType
SearchType.Fallback -
Field Summary
FieldsFields inherited from interface org.graylog.plugins.views.search.SearchType
FIELD_SEARCH_FILTERS, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventList.Builderbuilder()abstract Filterfilter()abstract List<UsedSearchFilter>filters()abstract Stringid()abstract EventList.BuildertoContentPackEntity(EntityDescriptorIds entityDescriptorIds) abstract Stringtype()withFilter(Filter filter) withFilters(List<UsedSearchFilter> filters) withQuery(BackendQuery query) 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
getContentPackPluginPackage, resolveNativeEntityMethods inherited from interface org.graylog.plugins.views.search.Exportable
isExportableMethods inherited from interface org.graylog.plugins.views.search.SearchType
mappedStreams, name, query, streams, timerange
-
Field Details
-
NAME
- See Also:
-
-
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
-
builder
-
toBuilder
-
applyExecutionContext
- Specified by:
applyExecutionContextin interfaceSearchType
-
withQuery
- Specified by:
withQueryin interfaceSearchType
-
withFilter
- Specified by:
withFilterin interfaceSearchType
-
withFilters
- Specified by:
withFiltersin interfaceSearchType
-
effectiveStreams
- Specified by:
effectiveStreamsin interfaceSearchType
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<SearchTypeEntity>
-