Class SubscriptionConfiguration
- java.lang.Object
-
- org.camunda.bpm.client.spring.impl.subscription.SubscriptionConfiguration
-
public class SubscriptionConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
autoOpen
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>
variableNames
protected Boolean
withoutTenantId
-
Constructor Summary
Constructors Constructor Description SubscriptionConfiguration()
-
Method Summary
-
-
-
Field Detail
-
autoOpen
protected Boolean autoOpen
-
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
-
getAutoOpen
public Boolean getAutoOpen()
-
setAutoOpen
public void setAutoOpen(Boolean autoOpen)
-
getTopicName
public String getTopicName()
-
setTopicName
public void setTopicName(String topicName)
-
getLockDuration
public Long getLockDuration()
-
setLockDuration
public void setLockDuration(Long lockDuration)
-
getLocalVariables
public Boolean getLocalVariables()
-
setLocalVariables
public void setLocalVariables(Boolean localVariables)
-
getBusinessKey
public String getBusinessKey()
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
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> processDefinitionKeyIn)
-
getProcessDefinitionVersionTag
public String getProcessDefinitionVersionTag()
-
setProcessDefinitionVersionTag
public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
-
getWithoutTenantId
public Boolean getWithoutTenantId()
-
setWithoutTenantId
public void setWithoutTenantId(Boolean withoutTenantId)
-
getIncludeExtensionProperties
public Boolean getIncludeExtensionProperties()
-
setIncludeExtensionProperties
public void setIncludeExtensionProperties(Boolean includeExtensionProperties)
-
fromAnnotation
public void fromAnnotation(ExternalTaskSubscription config)
-
isNull
protected static boolean isNull(String[] values)
-
isNull
protected static boolean isNull(String value)
-
isNull
protected static boolean isNull(long value)
-
isNull
protected static boolean isNull(ExternalTaskSubscription.ProcessVariable[] values)
-
-