Class MessageList
java.lang.Object
org.graylog.plugins.views.search.searchtypes.MessageList
- All Implemented Interfaces:
Exportable,SearchType,ContentPackable<SearchTypeEntity>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested 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 TypeMethodDescriptionapplyExecutionContext(SearchTypeExecutionState executionState) static MessageList.Builderbuilder()fields()abstract Filterfilter()abstract List<UsedSearchFilter>filters()abstract Stringid()booleanabstract intlimit()name()abstract intoffset()sort()abstract MessageList.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.SearchType
effectiveStreams, mappedStreams, query, streams, timerange
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MessageList
public MessageList()
-
-
Method Details
-
type
- Specified by:
typein interfaceSearchType
-
id
- Specified by:
idin interfaceSearchType
-
name
- Specified by:
namein interfaceSearchType
-
filter
- Specified by:
filterin interfaceSearchType
-
filters
- Specified by:
filtersin interfaceSearchType
-
limit
public abstract int limit() -
offset
public abstract int offset() -
sort
-
fields
-
decorators
-
isExportable
public boolean isExportable()- Specified by:
isExportablein interfaceExportable
-
builder
-
toBuilder
-
applyExecutionContext
- Specified by:
applyExecutionContextin interfaceSearchType
-
withQuery
- Specified by:
withQueryin interfaceSearchType
-
withFilter
- Specified by:
withFilterin interfaceSearchType
-
withFilters
- Specified by:
withFiltersin interfaceSearchType
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<SearchTypeEntity>
-