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

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto.FetchExternalTaskTopicDto
Enclosing class:
FetchExternalTasksDto

public static class FetchExternalTasksDto.FetchExternalTaskTopicDto
extends Object


Field Summary
protected  boolean deserializeValues
           
protected  long lockDuration
           
protected  String topicName
           
protected  List<String> variables
           
 
Constructor Summary
FetchExternalTasksDto.FetchExternalTaskTopicDto()
           
 
Method Summary
 long getLockDuration()
           
 String getTopicName()
           
 List<String> getVariables()
           
 boolean isDeserializeValues()
           
 void setDeserializeValues(boolean deserializeValues)
           
 void setLockDuration(long lockDuration)
           
 void setTopicName(String topicName)
           
 void setVariables(List<String> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicName

protected String topicName

lockDuration

protected long lockDuration

variables

protected List<String> variables

deserializeValues

protected boolean deserializeValues
Constructor Detail

FetchExternalTasksDto.FetchExternalTaskTopicDto

public FetchExternalTasksDto.FetchExternalTaskTopicDto()
Method Detail

getTopicName

public String getTopicName()

setTopicName

public void setTopicName(String topicName)

getLockDuration

public long getLockDuration()

setLockDuration

public void setLockDuration(long lockDuration)

getVariables

public List<String> getVariables()

setVariables

public void setVariables(List<String> variables)

isDeserializeValues

public boolean isDeserializeValues()

setDeserializeValues

public void setDeserializeValues(boolean deserializeValues)


Copyright © 2016 camunda services GmbH. All rights reserved.