public static class FetchExternalTasksDto.FetchExternalTaskTopicDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected boolean |
deserializeValues |
protected boolean |
localVariables |
protected long |
lockDuration |
protected String |
processDefinitionId |
protected String[] |
processDefinitionIdIn |
protected String |
processDefinitionKey |
protected String[] |
processDefinitionKeyIn |
protected HashMap<String,Object> |
processVariables |
protected String[] |
tenantIdIn |
protected String |
topicName |
protected List<String> |
variables |
protected boolean |
withoutTenantId |
Constructor and Description |
---|
FetchExternalTaskTopicDto() |
protected String topicName
protected String businessKey
protected String processDefinitionId
protected String[] processDefinitionIdIn
protected String processDefinitionKey
protected String[] processDefinitionKeyIn
protected long lockDuration
protected boolean deserializeValues
protected boolean localVariables
protected boolean withoutTenantId
protected String[] tenantIdIn
public String getTopicName()
public void setTopicName(String topicName)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String[] getProcessDefinitionIdIn()
public void setProcessDefinitionIdIn(String[] processDefinitionIds)
public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public String[] getProcessDefinitionKeyIn()
public void setProcessDefinitionKeyIn(String[] processDefinitionKeys)
public long getLockDuration()
public void setLockDuration(long lockDuration)
public boolean isDeserializeValues()
public void setDeserializeValues(boolean deserializeValues)
public boolean isLocalVariables()
public void setLocalVariables(boolean localVariables)
public boolean isWithoutTenantId()
public void setWithoutTenantId(boolean withoutTenantId)
public String[] getTenantIdIn()
public void setTenantIdIn(String[] tenantIdIn)
Copyright © 2020. All rights reserved.