Class TopicRequestDto
- java.lang.Object
-
- org.camunda.bpm.client.topic.impl.dto.TopicRequestDto
-
public class TopicRequestDto extends Object
- Author:
- Tassilo Weidner
-
-
Field Summary
Fields Modifier and Type Field Description protected String
businessKey
protected boolean
includeExtensionProperties
protected boolean
localVariables
protected long
lockDuration
protected String
processDefinitionId
protected List<String>
processDefinitionIdIn
protected String
processDefinitionKey
protected List<String>
processDefinitionKeyIn
protected String
processDefinitionVersionTag
protected Map<String,Object>
processVariables
protected List<String>
tenantIdIn
protected String
topicName
protected List<String>
variables
protected boolean
withoutTenantId
-
Constructor Summary
Constructors Constructor Description TopicRequestDto(String topicName, long lockDuration, List<String> variables, String businessKey)
-
Method Summary
-
-
-
Field Detail
-
topicName
protected String topicName
-
lockDuration
protected long lockDuration
-
localVariables
protected boolean localVariables
-
businessKey
protected String businessKey
-
processDefinitionId
protected String processDefinitionId
-
processDefinitionKey
protected String processDefinitionKey
-
processDefinitionVersionTag
protected String processDefinitionVersionTag
-
withoutTenantId
protected boolean withoutTenantId
-
includeExtensionProperties
protected boolean includeExtensionProperties
-
-
Method Detail
-
getTopicName
public String getTopicName()
-
getLockDuration
public long getLockDuration()
-
isLocalVariables
public boolean isLocalVariables()
-
setLocalVariables
public void setLocalVariables(boolean localVariables)
-
getBusinessKey
public String getBusinessKey()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
setProcessDefinitionKeyIn
public void setProcessDefinitionKeyIn(List<String> processDefinitionKeys)
-
getProcessDefinitionVersionTag
public String getProcessDefinitionVersionTag()
-
setProcessDefinitionVersionTag
public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
setWithoutTenantId
public void setWithoutTenantId(boolean withoutTenantId)
-
isIncludeExtensionProperties
public boolean isIncludeExtensionProperties()
-
setIncludeExtensionProperties
public void setIncludeExtensionProperties(boolean includeExtensionProperties)
-
fromTopicSubscription
public static TopicRequestDto fromTopicSubscription(TopicSubscription topicSubscription, long clientLockDuration)
-
-