Task

public class Task extends AbstractRdcDomainObject

Task entity holding the current state of a long running task.

Author:tgehrke

Fields

errorList

private ErrorListDto errorList

The list of errors which occurred during execution of the task.

id

private String id

The id or task number of the task.

location

private String location

The location URI of the result of the task.

state

private TaskState state

The current state of the task.

type

private TaskType type

The type of the task.