Class CaseDefinitionDto


  • public class CaseDefinitionDto
    extends Object
    CaseDefinitionDto
    • Constructor Detail

      • CaseDefinitionDto

        public CaseDefinitionDto()
    • Method Detail

      • getId

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

        public void setId​(String id)
      • getKey

        public String getKey()
        The key of the case definition, i.e., the id of the CMMN 2.0 XML case definition.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • getCategory

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

        public void setCategory​(String category)
      • getName

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

        public void setName​(String name)
      • getVersion

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

        public void setVersion​(Integer version)
      • getResource

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

        public void setResource​(String resource)
      • getDeploymentId

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

        public void setDeploymentId​(String deploymentId)
      • getTenantId

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

        public void setTenantId​(String tenantId)
      • getHistoryTimeToLive

        public Integer getHistoryTimeToLive()
        History time to live value of the case 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object