Enum Class TaskType

java.lang.Object
java.lang.Enum<TaskType>
io.goobi.viewer.model.job.TaskType
All Implemented Interfaces:
Serializable, Comparable<TaskType>, Constable

public enum TaskType extends Enum<TaskType>
  • Enum Constant Details

    • NOTIFY_SEARCH_UPDATE

      public static final TaskType NOTIFY_SEARCH_UPDATE
      Send emails to all search owners if their searches have changed results
    • PURGE_EXPIRED_DOWNLOAD_TICKETS

      public static final TaskType PURGE_EXPIRED_DOWNLOAD_TICKETS
      Remove expired born digital content download tickets from the DB
    • SEARCH_EXCEL_EXPORT

      public static final TaskType SEARCH_EXCEL_EXPORT
      Handle asynchronous generation of excel sheets with search results
    • UPDATE_SITEMAP

      public static final TaskType UPDATE_SITEMAP
      Update the application sitemap
    • UPDATE_DATA_REPOSITORY_NAMES

      public static final TaskType UPDATE_DATA_REPOSITORY_NAMES
      Update data repository names of a record
    • UPDATE_UPLOAD_JOBS

      public static final TaskType UPDATE_UPLOAD_JOBS
      Update uploaded processes status.
    • INDEX_USAGE_STATISTICS

      public static final TaskType INDEX_USAGE_STATISTICS
      Move daily usage statistics to SOLR
    • DOWNLOAD_PDF

      public static final TaskType DOWNLOAD_PDF
      Create a pdf for a record or part of record to be offered as download
    • PRERENDER_PDF

      public static final TaskType PRERENDER_PDF
      Write single page pdfs to storage to be used when creating a full record pdf
    • CACHE_GEOMAPS

      public static final TaskType CACHE_GEOMAPS
      Fill all CMS-Geomaps with features from SOLR to avoid loading that data during page load
    • DOWNLOAD_EXTERNAL_RESOURCE

      public static final TaskType DOWNLOAD_EXTERNAL_RESOURCE
      Download a zip archive from a url and extract it so its content may be offered for download
    • DELETE_RESOURCE

      public static final TaskType DELETE_RESOURCE
      Delete a resouce previously downloaded by DOWNLOAD_EXTERNAL_RESOURCE
    • PULL_THEME

      public static final TaskType PULL_THEME
      Pull the git repository of the viewer theme if it exists in the configured location
  • Method Details

    • values

      public static TaskType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TaskType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDefaultCronExpression

      public String getDefaultCronExpression()