Class SearchTypeExportJob

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

public abstract class SearchTypeExportJob extends Object implements ExportJob
  • Constructor Details

    • SearchTypeExportJob

      public SearchTypeExportJob()
  • Method Details

    • type

      public String type()
    • searchId

      public abstract String searchId()
    • searchTypeId

      public abstract String searchTypeId()
    • resultFormat

      @NotEmpty public abstract @NotEmpty ResultFormat resultFormat()