/**
  * Function for grabbing bitstream id (used in itemrevisionGet).
  *
  * @param BitstreamDao $bitstream
  * @return int
  */
 public function getBitstreamId($bitstream)
 {
     return $bitstream->getBitstreamId();
 }