Class ProcessInstanceDto


  • public class ProcessInstanceDto
    extends Object
    ProcessInstanceDto
    • Constructor Detail

      • ProcessInstanceDto

        public ProcessInstanceDto()
    • Method Detail

      • getId

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

        public void setId​(String id)
      • getDefinitionId

        public String getDefinitionId()
        The id of the process definition that this process instance belongs to.
        Returns:
        definitionId
      • setDefinitionId

        public void setDefinitionId​(String definitionId)
      • getBusinessKey

        public String getBusinessKey()
        The business key of the process instance.
        Returns:
        businessKey
      • setBusinessKey

        public void setBusinessKey​(String businessKey)
      • getCaseInstanceId

        public String getCaseInstanceId()
        The id of the case instance associated with the process instance.
        Returns:
        caseInstanceId
      • setCaseInstanceId

        public void setCaseInstanceId​(String caseInstanceId)
      • getEnded

        public Boolean getEnded()
        A flag indicating whether the process instance has ended or not. Deprecated: will always be false!
        Returns:
        ended
      • setEnded

        public void setEnded​(Boolean ended)
      • getSuspended

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

        public void setSuspended​(Boolean suspended)
      • getTenantId

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

        public void setTenantId​(String tenantId)
      • getLinks

        public List<AtomLink> getLinks()
        The links associated to this resource, with `method`, `href` and `rel`.
        Returns:
        links
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object