2009/dap/contacts BlobWriter.html,1.1,1.2

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv3871/contacts

Modified Files:
	BlobWriter.html 
Log Message:
Added placeholder for the rules for converting Contact objects to Contact Blobs.

Index: BlobWriter.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/BlobWriter.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BlobWriter.html	8 Nov 2010 14:41:56 -0000	1.1
+++ BlobWriter.html	8 Nov 2010 15:22:18 -0000	1.2
@@ -143,27 +143,27 @@
       </section>
       
       <section>
-         <h2><a>ContactURIMethods</a> interface</h2>
+         <h2><a>ContactBlobWriter</a> interface</h2>
 
         <p>
-          The <a>ContactURIMethods</a> interface allows users to create a <a>Contact Blob</a>.
+          The <a>ContactBlobWriter</a> interface allows users to create a <a>Contact Blob</a>.
         </p>
         
         <p>
           The <a
-           href='#contacturimethods-interface'><code>ContactURIMethods</code></a> interface is exposed on the <a class="externalDFN" title="Contacts" href="http://dev.w3.org/2009/dap/contacts/Overview.html#contacts-interface">Contacts</a> object as defined in [[!CONTACTS-API]].
+           href='#contactblobwriter-interface'><code>ContactBlobWriter</code></a> interface is exposed on the <a class="externalDFN" title="Contacts" href="http://dev.w3.org/2009/dap/contacts/Overview.html#contacts-interface">Contacts</a> object as defined in [[!CONTACTS-API]].
         </p>
         <div
          class='idl'
-         title='Contacts implements ContactURIMethods'>
+         title='Contacts implements ContactBlobWriter'>
           &nbsp;
         </div>
-        <dl class='idl' title='[NoInterfaceObject] interface ContactURIMethods'>
+        <dl class='idl' title='[NoInterfaceObject] interface ContactBlobWriter'>
          <dt>
            Blob createContactBlob()
          </dt>
          <dd>
-            Returns a <a>Contact Blob</a> containing the attributes provided.
+            Returns a <a>Contact Blob</a> containing the attributes provided and processed according to the <a>rules for converting a Contact object to a Contact Blob</a>.
             <dl class='parameters'>
               <dt>
                 Contact attributes
@@ -207,6 +207,25 @@
       </p>
       
     </section>
-    
+    <section>
+      <h2>Converting a <code>Contact</code> object to a Contact Blob</h2>
+      
+      <p>
+         The <dfn>rules for converting a Contact object to a Contact Blob</dfn> are defined as follows:
+      </p>
+      
+      <p class="note">
+         To be written.
+      </p>
+      
+      <p class="note">
+         Include mappings of <a class="externalDFN" title="Contact" href="http://dev.w3.org/2009/dap/contacts/Overview.html#contact-interface">Contact</a> object attributes to <a>Contact Blob</a> attributes.
+      </p>
+      
+      <p class="note">
+         Include the special rule for assigning the <a class="externalDFN" href="http://dev.w3.org/2009/dap/contacts/Overview.html#widl-Contact-id">Contact.id</a> (if provided) to the X-ABUID attribute of the resulting <a>Contact Blob</a>.
+      </p>
+      
+    </section>
   </body>
 </html>
\ No newline at end of file

Received on Monday, 8 November 2010 15:22:22 UTC