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 enumState of tasks.static enumtype of tasks. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate eu.dzhw.fdz.metadatamanagement.common.rest.errors.ErrorListDtoThe list of errors which occurred during execution of the task.private StringThe id or task number of the task.private StringThe location URI of the result of the task.private static final longprivate Task.TaskStateThe current state of the task.private Task.TaskTypeThe 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()
-