All Implemented Interfaces:
Serializable

public class Task
extends AbstractRdcDomainObject
Task entity holding the current state of a long running task.
Author:
tgehrke
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
      Constant Field Values
    • id

      private String id
      The id or task number of the task.
    • state

      private Task.TaskState state
      The current state of the task.
    • location

      private String location
      The location URI of the result of the task.
    • type

      private Task.TaskType type
      The type of the task.
    • errorList

      private eu.dzhw.fdz.metadatamanagement.common.rest.errors.ErrorListDto errorList
      The list of errors which occurred during execution of the task.
  • Constructor Details

    • Task

      public Task()