org.camunda.bpm.engine.impl.externaltask
Class TopicFetchInstruction

java.lang.Object
  extended by org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
All Implemented Interfaces:
Serializable

public class TopicFetchInstruction
extends Object
implements Serializable

Author:
Thorben Lindhauer
See Also:
Serialized Form

Field Summary
protected  boolean deserializeVariables
           
protected  long lockDuration
           
protected  String topicName
           
protected  List<String> variablesToFetch
           
 
Constructor Summary
TopicFetchInstruction(String topicName, long lockDuration)
           
 
Method Summary
 Long getLockDuration()
           
 String getTopicName()
           
 List<String> getVariablesToFetch()
           
 boolean isDeserializeVariables()
           
 void setDeserializeVariables(boolean deserializeVariables)
           
 void setVariablesToFetch(List<String> variablesToFetch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicName

protected String topicName

variablesToFetch

protected List<String> variablesToFetch

lockDuration

protected long lockDuration

deserializeVariables

protected boolean deserializeVariables
Constructor Detail

TopicFetchInstruction

public TopicFetchInstruction(String topicName,
                             long lockDuration)
Method Detail

getVariablesToFetch

public List<String> getVariablesToFetch()

setVariablesToFetch

public void setVariablesToFetch(List<String> variablesToFetch)

getLockDuration

public Long getLockDuration()

getTopicName

public String getTopicName()

isDeserializeVariables

public boolean isDeserializeVariables()

setDeserializeVariables

public void setDeserializeVariables(boolean deserializeVariables)


Copyright © 2017 camunda services GmbH. All rights reserved.