<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><span class="Apple-tab-span" style="white-space:pre">        </span>I have a question about which uuid to use when saving a file.<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>I have the following code in my controller:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>$ItemModel = MidasLoader::loadModel('Item');&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>$lastRevisionDao = $ItemModel-&gt;getLastRevision ( $itemDao );&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>and output of those 2 variables give me:</div><div><br></div><div><div>itemDao : ItemDao Object</div><div>(</div><div>&nbsp; &nbsp; [_model] =&gt; Item</div><div>&nbsp; &nbsp; [key:protected] =&gt;</div><div>&nbsp; &nbsp; [_key] =&gt; item_id</div><div>&nbsp; &nbsp; [saved] =&gt; 1</div><div>&nbsp; &nbsp; [item_id] =&gt; 62884</div><div>&nbsp; &nbsp; [name] =&gt; rkd2_merged_phase001.nii.axml</div><div>&nbsp; &nbsp; [description] =&gt;</div><div>&nbsp; &nbsp; [type] =&gt; 0</div><div>&nbsp; &nbsp; [sizebytes] =&gt; 3027</div><div>&nbsp; &nbsp; [date_creation] =&gt; 2012-09-24 20:58:33</div><div>&nbsp; &nbsp; [date_update] =&gt; 2012-09-24 20:58:33</div><div>&nbsp; &nbsp; [thumbnail_id] =&gt;</div><div>&nbsp; &nbsp; [view] =&gt; 0</div><div>&nbsp; &nbsp; [download] =&gt; 5</div><div>&nbsp; &nbsp; [privacy_status] =&gt; 2</div><div>&nbsp; &nbsp; [uuid] =&gt; 506101b9646c4f0e1bea6ba75c3ad5aa7bef3f45eaf71</div><div>)</div><div><br></div><div>lastRevisionDao : ItemRevisionDao Object</div><div>(</div><div>&nbsp; &nbsp; [_model] =&gt; ItemRevision</div><div>&nbsp; &nbsp; [key:protected] =&gt;</div><div>&nbsp; &nbsp; [_key] =&gt; itemrevision_id</div><div>&nbsp; &nbsp; [saved] =&gt; 1</div><div>&nbsp; &nbsp; [itemrevision_id] =&gt; 62848</div><div>&nbsp; &nbsp; [item_id] =&gt; 62884</div><div>&nbsp; &nbsp; [revision] =&gt; 3</div><div>&nbsp; &nbsp; [date] =&gt; 2012-09-06 20:53:51</div><div>&nbsp; &nbsp; [changes] =&gt;</div><div>&nbsp; &nbsp; [user_id] =&gt; 13</div><div>&nbsp; &nbsp; [license_id] =&gt;</div><div>&nbsp; &nbsp; [uuid] =&gt; 506101b996a2811ecc80a82bff73b3b90bdfcaab11d16</div><div>)</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>So there is a uuid for the item and a different uuid for the last revision. &nbsp;Is the uuid for the $itemDao for the first revision? &nbsp;If I use the $itemDao's uuid on a call to midas.item.create, what will happen? &nbsp;If I want to save a new revision of the item, should I go through the process similar to creating a new item: midas.item.create -&gt; midas.upload.generatetoken -&gt; midas.upload.perform ?</div><div><br></div><div>Mona</div><div><br></div><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="orphans: 2; text-indent: 0px; widows: 2; -webkit-text-decorations-in-effect: none; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="orphans: 2; text-indent: 0px; widows: 2; -webkit-text-decorations-in-effect: none; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="orphans: 2; text-indent: 0px; widows: 2; -webkit-text-decorations-in-effect: none; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="orphans: 2; text-indent: 0px; widows: 2; -webkit-text-decorations-in-effect: none; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="orphans: 2; text-indent: 0px; widows: 2; -webkit-text-decorations-in-effect: none; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="orphans: 2; text-indent: 0px; widows: 2; -webkit-text-decorations-in-effect: none; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>*********************************************</div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; ">&nbsp;&nbsp; &nbsp;Mona Wong</div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; ">&nbsp;&nbsp; &nbsp;Web &amp; iPad Application Developer</div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; ">&nbsp;&nbsp; &nbsp;San Diego Supercomputer Center</div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; "><br></div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; ">&nbsp;&nbsp; &nbsp;Believing we are in control is an</div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; ">&nbsp;&nbsp; &nbsp;illusion that brings&nbsp;suffering.</div><div style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: 12px; "><div><div>*********************************************</div><div><span class="Apple-style-span" style="font-size: medium; "><br></span></div></div></div></div></span></div></span></div></span></div></span></div></span></div></span></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></div></body></html>