java.lang.Object
org.graylog.plugins.views.migrations.V20191203120602_MigrateSavedSearchesToViewsSupport.savedsearch.SavedSearch
All Implemented Interfaces:
MongoEntity

public abstract class SavedSearch extends Object implements MongoEntity
  • Constructor Details

    • SavedSearch

      public SavedSearch()
  • Method Details

    • id

      public abstract String id()
      Description copied from interface: MongoEntity
      ID of the entity. Will be stored as field "_id" with type ObjectId in MongoDB.
      Specified by:
      id in interface MongoEntity
      Returns:
      Hex string representation of the entity's ID
    • title

      public abstract String title()
    • query

      public abstract Query query()
    • createdAt

      public abstract org.joda.time.DateTime createdAt()
    • creatorUserId

      public abstract String creatorUserId()