Package org.graylog.plugins.views.search
Class SearchType.Fallback
java.lang.Object
org.graylog.plugins.views.search.SearchType.Fallback
- All Implemented Interfaces:
Exportable,SearchType,ContentPackable<SearchTypeEntity>
- Enclosing interface:
- SearchType
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.plugins.views.search.SearchType
SearchType.Fallback, SearchType.Result -
Field Summary
Fields inherited from interface org.graylog.plugins.views.search.SearchType
FIELD_SEARCH_FILTERS, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilter()filters()inthashCode()id()name()query()voidsetProperties(String key, Object value) streams()toContentPackEntity(EntityDescriptorIds entityDescriptorIds) type()withFilter(Filter filter) withFilters(List<UsedSearchFilter> filters) withQuery(BackendQuery query) Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
effectiveStreams, mappedStreams
-
Constructor Details
-
Fallback
public Fallback()
-
-
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
-
timerange
- Specified by:
timerangein interfaceSearchType
-
query
- Specified by:
queryin interfaceSearchType
-
streams
- Specified by:
streamsin interfaceSearchType
-
applyExecutionContext
- Specified by:
applyExecutionContextin interfaceSearchType
-
withQuery
- Specified by:
withQueryin interfaceSearchType
-
withFilter
- Specified by:
withFilterin interfaceSearchType
-
withFilters
- Specified by:
withFiltersin interfaceSearchType
-
setProperties
-
getProperties
-
equals
-
hashCode
public int hashCode() -
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<SearchTypeEntity>
-