Class FetchExternalTasksDto.FetchExternalTaskTopicDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.FetchExternalTasksDto.FetchExternalTaskTopicDto
Enclosing class:
FetchExternalTasksDto

public static class FetchExternalTasksDto.FetchExternalTaskTopicDto extends Object
  • Field Details

    • topicName

      protected String topicName
    • businessKey

      protected String businessKey
    • processDefinitionId

      protected String processDefinitionId
    • processDefinitionIdIn

      protected String[] processDefinitionIdIn
    • processDefinitionKey

      protected String processDefinitionKey
    • processDefinitionKeyIn

      protected String[] processDefinitionKeyIn
    • processDefinitionVersionTag

      protected String processDefinitionVersionTag
    • lockDuration

      protected long lockDuration
    • variables

      protected List<String> variables
    • processVariables

      protected HashMap<String,Object> processVariables
    • deserializeValues

      protected boolean deserializeValues
    • localVariables

      protected boolean localVariables
    • includeExtensionProperties

      protected boolean includeExtensionProperties
    • withoutTenantId

      protected boolean withoutTenantId
    • tenantIdIn

      protected String[] tenantIdIn
  • Constructor Details

    • FetchExternalTaskTopicDto

      public FetchExternalTaskTopicDto()
  • Method Details

    • getTopicName

      public String getTopicName()
    • setTopicName

      public void setTopicName(String topicName)
    • getBusinessKey

      public String getBusinessKey()
    • setBusinessKey

      public void setBusinessKey(String businessKey)
    • getProcessDefinitionId

      public String getProcessDefinitionId()
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • getProcessDefinitionIdIn

      public String[] getProcessDefinitionIdIn()
    • setProcessDefinitionIdIn

      public void setProcessDefinitionIdIn(String[] processDefinitionIds)
    • getProcessDefinitionKey

      public String getProcessDefinitionKey()
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKeyIn

      public String[] getProcessDefinitionKeyIn()
    • setProcessDefinitionKeyIn

      public void setProcessDefinitionKeyIn(String[] processDefinitionKeys)
    • getProcessDefinitionVersionTag

      public String getProcessDefinitionVersionTag()
    • setProcessDefinitionVersionTag

      public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
    • getLockDuration

      public long getLockDuration()
    • setLockDuration

      public void setLockDuration(long lockDuration)
    • getVariables

      public List<String> getVariables()
    • setVariables

      public void setVariables(List<String> variables)
    • getProcessVariables

      public HashMap<String,Object> getProcessVariables()
    • setProcessVariables

      public void setProcessVariables(HashMap<String,Object> processVariables)
    • isDeserializeValues

      public boolean isDeserializeValues()
    • setDeserializeValues

      public void setDeserializeValues(boolean deserializeValues)
    • isLocalVariables

      public boolean isLocalVariables()
    • setLocalVariables

      public void setLocalVariables(boolean localVariables)
    • isWithoutTenantId

      public boolean isWithoutTenantId()
    • setWithoutTenantId

      public void setWithoutTenantId(boolean withoutTenantId)
    • getTenantIdIn

      public String[] getTenantIdIn()
    • setTenantIdIn

      public void setTenantIdIn(String[] tenantIdIn)
    • isIncludeExtensionProperties

      public boolean isIncludeExtensionProperties()
    • setIncludeExtensionProperties

      public void setIncludeExtensionProperties(boolean includeExtensionProperties)