public function isWritable()
 {
     if ($this->realFile === null) {
         //FIXME: Not sure! It depends on the role of the user in the workgroup!
         return true;
     }
     return parent::isWritable();
 }