/**
  * {@inheritdoc}
  */
 public function setDisplayRoute($route)
 {
     $this->assertHasProcess();
     $this->process->setDisplayRoute($route);
     return $this;
 }