Class DecisionDefinitionDto


  • public class DecisionDefinitionDto
    extends Object
    DecisionDefinitionDto
    • Constructor Detail

      • DecisionDefinitionDto

        public DecisionDefinitionDto()
    • Method Detail

      • getId

        public String getId()
        The id of the decision definition
        Returns:
        id
      • setId

        public void setId​(String id)
      • getKey

        public String getKey()
        The key of the decision definition, i.e., the id of the DMN 1.0 XML decision definition.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • getCategory

        public String getCategory()
        The category of the decision definition.
        Returns:
        category
      • setCategory

        public void setCategory​(String category)
      • getName

        public String getName()
        The name of the decision definition.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getVersion

        public Integer getVersion()
        The version of the decision definition that the engine assigned to it.
        Returns:
        version
      • setVersion

        public void setVersion​(Integer version)
      • getResource

        public String getResource()
        The file name of the decision definition.
        Returns:
        resource
      • setResource

        public void setResource​(String resource)
      • getDeploymentId

        public String getDeploymentId()
        The deployment id of the decision definition.
        Returns:
        deploymentId
      • setDeploymentId

        public void setDeploymentId​(String deploymentId)
      • getTenantId

        public String getTenantId()
        The tenant id of the decision definition.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • decisionRequirementsDefinitionId

        public DecisionDefinitionDto decisionRequirementsDefinitionId​(String decisionRequirementsDefinitionId)
      • getDecisionRequirementsDefinitionId

        public String getDecisionRequirementsDefinitionId()
        The id of the decision requirements definition this decision definition belongs to.
        Returns:
        decisionRequirementsDefinitionId
      • setDecisionRequirementsDefinitionId

        public void setDecisionRequirementsDefinitionId​(String decisionRequirementsDefinitionId)
      • decisionRequirementsDefinitionKey

        public DecisionDefinitionDto decisionRequirementsDefinitionKey​(String decisionRequirementsDefinitionKey)
      • getDecisionRequirementsDefinitionKey

        public String getDecisionRequirementsDefinitionKey()
        The key of the decision requirements definition this decision definition belongs to.
        Returns:
        decisionRequirementsDefinitionKey
      • setDecisionRequirementsDefinitionKey

        public void setDecisionRequirementsDefinitionKey​(String decisionRequirementsDefinitionKey)
      • getHistoryTimeToLive

        public Integer getHistoryTimeToLive()
        History time to live value of the decision definition. Is used within [History cleanup](https://docs.camunda.org/manual/7.18/user-guide/process-engine/history/#history-cleanup). minimum: 0
        Returns:
        historyTimeToLive
      • setHistoryTimeToLive

        public void setHistoryTimeToLive​(Integer historyTimeToLive)
      • getVersionTag

        public String getVersionTag()
        The version tag of the decision definition.
        Returns:
        versionTag
      • setVersionTag

        public void setVersionTag​(String versionTag)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object