- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 06 Jun 2010 14:28:59 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv8101/contacts
Modified Files:
Overview.html
Log Message:
- made ContactProperties 'name' attribute of complex type 'ContactName'
- re-added 'ContactName' interface
- updated 'Contact Search Processing' section.
- added 'Search Qualifiers' section
- added 'Options Processing' section
- added 'Search Cardinality' section
- added 'Search Sorting' section
- added 'Search Filters' section
- flattened the ContactFindOptions 'filter' attribute to String.
- removed 'GenericError' interface and absorbed its attributes in to a more generic 'ContactError' interface.
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.html 7 Apr 2010 13:47:26 -0000 1.52
+++ Overview.html 6 Jun 2010 14:28:57 -0000 1.53
@@ -1,1081 +1,1518 @@
<!DOCTYPE html>
<html>
- <head>
- <title>The Contacts API</title>
- <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
- <script src='../ReSpec.js/js/respec.js' class='remove'></script>
- <script src='../ReSpec.js/js/sh_main.min.js' class='remove'></script>
- <script class='remove'>
+ <head>
+ <title>
+ Contacts API
[...2522 lines suppressed...]
+ ∩ ... etc for all attributes and properties ...
+</pre>
+ </li>
+ <li>
+ Return only the valid <a
+ href="#contactproperties-interface"><code>ContactProperties</code></a> requested in the provided <a>search qualifier</a>
+ (<code>name</code>, <code>addresses.city</code>, <code>addresses.country</code>, <code>phones</code>, <code>emails</code>)
+ and only for the <a
+ href="#contact-interface"><code>Contact</code></a> objects returned from the <a>rules for processing search filters</a>
+ with the <a>search filter</a> derived in step 1 provided as the <var>filter</var> input parameter.
+ </li>
+ </ol>
+ </section>
+ </section>
+ </section>
</section>
</body>
-</html>
+</html>
\ No newline at end of file
Received on Sunday, 6 June 2010 14:29:01 UTC