Class CalledProcessDefinitionDto


  • public class CalledProcessDefinitionDto
    extends Object
    CalledProcessDefinitionDto
    • Constructor Detail

      • CalledProcessDefinitionDto

        public CalledProcessDefinitionDto()
    • Method Detail

      • getCalledFromActivityIds

        public List<String> getCalledFromActivityIds()
        Ids of the CallActivities which call this process.
        Returns:
        calledFromActivityIds
      • setCalledFromActivityIds

        public void setCalledFromActivityIds​(List<String> calledFromActivityIds)
      • getCallingProcessDefinitionId

        public String getCallingProcessDefinitionId()
        The id of the calling process definition
        Returns:
        callingProcessDefinitionId
      • setCallingProcessDefinitionId

        public void setCallingProcessDefinitionId​(String callingProcessDefinitionId)
      • getId

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

        public void setId​(String id)
      • getKey

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

        public void setKey​(String key)
      • getCategory

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

        public void setCategory​(String category)
      • getDescription

        public String getDescription()
        The description of the process definition.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getName

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

        public void setName​(String name)
      • getVersion

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

        public void setVersion​(Integer version)
      • getResource

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

        public void setResource​(String resource)
      • getDeploymentId

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

        public void setDeploymentId​(String deploymentId)
      • getDiagram

        public String getDiagram()
        The file name of the process definition diagram, if it exists.
        Returns:
        diagram
      • setDiagram

        public void setDiagram​(String diagram)
      • getSuspended

        public Boolean getSuspended()
        A flag indicating whether the definition is suspended or not.
        Returns:
        suspended
      • setSuspended

        public void setSuspended​(Boolean suspended)
      • getTenantId

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

        public void setTenantId​(String tenantId)
      • getVersionTag

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

        public void setVersionTag​(String versionTag)
      • getHistoryTimeToLive

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

        public Boolean getStartableInTasklist()
        A flag indicating whether the process definition is startable in Tasklist or not.
        Returns:
        startableInTasklist
      • setStartableInTasklist

        public void setStartableInTasklist​(Boolean startableInTasklist)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object