function &getContributeIds()
 {
     include_once 'Services/MetaData/classes/class.ilMDContribute.php';
     return ilMDContribute::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_meta_data');
 }
 function &getContributeIds()
 {
     include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDContribute.php';
     return ilMDContribute::_getIds($this->getRBACId(), $this->getObjId(), $this->getMetaId(), 'meta_lifecycle');
 }