Class ExecutionDto


  • public class ExecutionDto
    extends Object
    ExecutionDto
    • Constructor Detail

      • ExecutionDto

        public ExecutionDto()
    • Method Detail

      • getId

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

        public void setId​(String id)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The id of the root of the execution tree representing the process instance.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getEnded

        public Boolean getEnded()
        Indicates if the execution is ended.
        Returns:
        ended
      • setEnded

        public void setEnded​(Boolean ended)
      • getTenantId

        public String getTenantId()
        The id of the tenant this execution belongs to. Can be `null` if the execution belongs to no single tenant.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object