org.camunda.bpm.engine.rest.dto.externaltask
Class FetchExternalTasksDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto

public class FetchExternalTasksDto
extends Object

Author:
Thorben Lindhauer

Nested Class Summary
static class FetchExternalTasksDto.FetchExternalTaskTopicDto
           
 
Field Summary
protected  int maxTasks
           
protected  List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics
           
protected  boolean usePriority
           
protected  String workerId
           
 
Constructor Summary
FetchExternalTasksDto()
           
 
Method Summary
 int getMaxTasks()
           
 List<FetchExternalTasksDto.FetchExternalTaskTopicDto> getTopics()
           
 String getWorkerId()
           
 boolean isUsePriority()
           
 void setMaxTasks(int maxTasks)
           
 void setTopics(List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics)
           
 void setUsePriority(boolean usePriority)
           
 void setWorkerId(String workerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxTasks

protected int maxTasks

workerId

protected String workerId

usePriority

protected boolean usePriority

topics

protected List<FetchExternalTasksDto.FetchExternalTaskTopicDto> topics
Constructor Detail

FetchExternalTasksDto

public FetchExternalTasksDto()
Method Detail

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.