org.camunda.bpm.engine.impl.externaltask
Class TopicFetchInstruction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topicName
protected String topicName
businessKey
protected String businessKey
variablesToFetch
protected List<String> variablesToFetch
filterVariables
protected List<QueryVariableValue> filterVariables
lockDuration
protected long lockDuration
deserializeVariables
protected boolean deserializeVariables
TopicFetchInstruction
public TopicFetchInstruction(String topicName,
long lockDuration)
getVariablesToFetch
public List<String> getVariablesToFetch()
setVariablesToFetch
public void setVariablesToFetch(List<String> variablesToFetch)
setBusinessKey
public void setBusinessKey(String businessKey)
getFilterVariables
public List<QueryVariableValue> getFilterVariables()
setFilterVariables
public void setFilterVariables(Map<String,Object> filterVariables)
addFilterVariable
public void addFilterVariable(String name,
Object value)
getLockDuration
public Long getLockDuration()
getTopicName
public String getTopicName()
isDeserializeVariables
public boolean isDeserializeVariables()
setDeserializeVariables
public void setDeserializeVariables(boolean deserializeVariables)
ensureVariablesInitialized
public void ensureVariablesInitialized()
Copyright © 2018 camunda services GmbH. All rights reserved.