Class FetchExternalTasksDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
- Direct Known Subclasses:
FetchExternalTasksExtendedDto
- Author:
- Thorben Lindhauer
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected int
protected List<SortingDto>
protected boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildQuery
(ProcessEngine processEngine) protected ExternalTaskQueryTopicBuilder
configureTopics
(FetchAndLockBuilder builder) protected FetchAndLockBuilder
getBuilder
(ProcessEngine engine) int
boolean
boolean
void
setIncludeExtensionProperties
(boolean includeExtensionProperties) void
setMaxTasks
(int maxTasks) void
setSorting
(List<SortingDto> sorting) void
void
setUsePriority
(boolean usePriority) void
setWorkerId
(String workerId)
-
Field Details
-
maxTasks
protected int maxTasks -
workerId
-
usePriority
protected boolean usePriority -
topics
-
includeExtensionProperties
protected boolean includeExtensionProperties -
sorting
-
-
Constructor Details
-
FetchExternalTasksDto
public FetchExternalTasksDto()
-
-
Method Details
-
getMaxTasks
public int getMaxTasks() -
setMaxTasks
public void setMaxTasks(int maxTasks) -
getWorkerId
-
setWorkerId
-
getTopics
-
setTopics
-
isUsePriority
public boolean isUsePriority() -
setUsePriority
public void setUsePriority(boolean usePriority) -
setSorting
-
getSorting
-
isIncludeExtensionProperties
public boolean isIncludeExtensionProperties() -
setIncludeExtensionProperties
public void setIncludeExtensionProperties(boolean includeExtensionProperties) -
buildQuery
-
configureTopics
-
getBuilder
-