Class SearchExportJob

java.lang.Object
org.graylog.plugins.views.search.export.SearchExportJob
All Implemented Interfaces:
ExportJob

public abstract class SearchExportJob extends Object implements ExportJob
  • Constructor Details

    • SearchExportJob

      public SearchExportJob()
  • Method Details

    • type

      public String type()
    • searchId

      public abstract String searchId()
    • resultFormat

      @NotEmpty public abstract @NotEmpty ResultFormat resultFormat()