Class Task
java.lang.Object
eu.dzhw.fdz.metadatamanagement.common.domain.AbstractRdcDomainObject
eu.dzhw.fdz.metadatamanagement.common.domain.Task
- All Implemented Interfaces:
Serializable
Task entity holding the current state of a long running task.
- Author:
- tgehrke
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
State of tasks.static enum
type of tasks. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate eu.dzhw.fdz.metadatamanagement.common.rest.errors.ErrorListDto
The list of errors which occurred during execution of the task.private String
The id or task number of the task.private String
The location URI of the result of the task.private static final long
private Task.TaskState
The current state of the task.private Task.TaskType
The type of the task. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.dzhw.fdz.metadatamanagement.common.domain.AbstractRdcDomainObject
getId
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
id
The id or task number of the task. -
state
The current state of the task. -
location
The location URI of the result of the task. -
type
The type of the task. -
errorList
private eu.dzhw.fdz.metadatamanagement.common.rest.errors.ErrorListDto errorListThe list of errors which occurred during execution of the task.
-
-
Constructor Details
-
Task
public Task()
-