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()voidresolveNativeEntity(EntityDescriptor entityDescriptor, com.google.common.graph.MutableGraph<EntityDescriptor> mutableGraph) sort()abstract MessageList.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
effectiveStreams, hasStreamCategories, mappedStreams, query, streamCategories, streams, timerange, withFilter, withFilters, withQuery, withReferenceDate
-
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
- Specified by:
toBuilderin interfaceSearchType
-
applyExecutionContext
- Specified by:
applyExecutionContextin 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>
-