java.lang.Object
org.bson.Document
org.graylog.plugins.views.migrations.V20200204122000_MigrateUntypedViewsToDashboards.BackendQuery
All Implemented Interfaces:
Serializable, Map<String,Object>, org.bson.conversions.Bson

public class BackendQuery extends org.bson.Document
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K extends Object,V extends Object>
  • Field Summary

    Fields inherited from interface org.bson.conversions.Bson

    DEFAULT_CODEC_REGISTRY
  • Constructor Summary

    Constructors
    Constructor
    Description
    BackendQuery(String queryString)
     
  • Method Summary

    Methods inherited from class org.bson.Document

    append, clear, containsKey, containsValue, entrySet, equals, get, get, get, getBoolean, getBoolean, getDate, getDouble, getEmbedded, getEmbedded, getInteger, getInteger, getList, getList, getLong, getObjectId, getString, hashCode, isEmpty, keySet, parse, parse, put, putAll, remove, size, toBsonDocument, toJson, toJson, toJson, toJson, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.bson.conversions.Bson

    toBsonDocument
  • Constructor Details

    • BackendQuery

      public BackendQuery(String queryString)