org.camunda.bpm.engine.rest.dto.externaltask
Class FetchExternalTasksDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto
public class FetchExternalTasksDto
- extends Object
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxTasks
protected int maxTasks
workerId
protected String workerId
usePriority
protected boolean usePriority
topics
protected List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics
FetchExternalTasksDto
public FetchExternalTasksDto()
getMaxTasks
public int getMaxTasks()
setMaxTasks
public void setMaxTasks(int maxTasks)
getWorkerId
public String getWorkerId()
setWorkerId
public void setWorkerId(String workerId)
getTopics
public List<FetchExternalTasksDto.FetchExternalTaskTopicDto> getTopics()
setTopics
public void setTopics(List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics)
isUsePriority
public boolean isUsePriority()
setUsePriority
public void setUsePriority(boolean usePriority)
Copyright © 2016 camunda services GmbH. All rights reserved.