/**
  * Checks whether the export depends on another export
  *
  * @return boolean
  */
 public function needsDependency()
 {
     return $this->Dependency->needsDependency() || !$this->Dependency->isFinished();
 }