-
- All Implemented Interfaces:
public interface Task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTask.CompanionDefine the response to generate for the task type
-
Method Summary
Modifier and Type Method Description abstract StringgetUuid()abstract DategetStart()abstract ObjectgetResult()abstract TaskStatusgetStatus()abstract StringgetContentType()abstract StringgetApiResultPath()-
-
Method Detail
-
getStatus
abstract TaskStatus getStatus()
-
getContentType
abstract String getContentType()
-
getApiResultPath
abstract String getApiResultPath()
-
-
-
-