/**
  * overwrite the parent moveInstance to add the requiresRight only in Tests
  * @see tao_actions_TaoModule::moveInstance()
  * @requiresRight uri WRITE
  * @requiresRight destinationClassUri WRITE
  */
 public function moveInstance()
 {
     parent::moveInstance();
 }
 /**
  * overwrite the parent moveInstance to add the requiresRight only in Items
  * @see tao_actions_TaoModule::moveInstance()
  * @requiresRight uri WRITE
  * @requiresRight destinationClassUri WRITE
  */
 public function moveInstance()
 {
     return parent::moveInstance();
 }