Class FetchExternalTasksExtendedDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
-
- org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksExtendedDto
-
public class FetchExternalTasksExtendedDto extends FetchExternalTasksDto
- Author:
- Tassilo Weidner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
FetchExternalTasksDto.FetchExternalTaskTopicDto
-
-
Field Summary
Fields Modifier and Type Field Description protected Long
asyncResponseTimeout
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
includeExtensionProperties, maxTasks, topics, usePriority, workerId
-
-
Constructor Summary
Constructors Constructor Description FetchExternalTasksExtendedDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAsyncResponseTimeout()
void
setAsyncResponseTimeout(Long asyncResponseTimeout)
String
toString()
-
Methods inherited from class org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
buildQuery, getMaxTasks, getTopics, getWorkerId, isIncludeExtensionProperties, isUsePriority, setIncludeExtensionProperties, setMaxTasks, setTopics, setUsePriority, setWorkerId
-
-
-
-
Field Detail
-
asyncResponseTimeout
protected Long asyncResponseTimeout
-
-