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 boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildQuery
(ProcessEngine processEngine) int
boolean
boolean
void
setIncludeExtensionProperties
(boolean includeExtensionProperties) void
setMaxTasks
(int maxTasks) 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
-
-
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) -
isIncludeExtensionProperties
public boolean isIncludeExtensionProperties() -
setIncludeExtensionProperties
public void setIncludeExtensionProperties(boolean includeExtensionProperties) -
buildQuery
-