[contacts] Contacts API Update

Hi,

I have just uploaded the latest draft of the Contacts API in line with
feedback and comments received to date [1].

The CVS log follows:

===== START LOG =====

General updates to Contacts API (30/11/2009):

- Initial Security and Policy Considerations section added [ACTION-50].
- Use cases derived from BONDI and Nokia Contacts inputs added.
- add() method removed from Contacts interface (becomes commit() in
Contact interface)
- remove() method removed from Contacts interface (becomes remove() in
ContactResult interface)
- update() renamed to commit() in Contact interface.
- API usage examples updated.
- Contact interface now provides a constructor object for creating
Contact objects.
- Contact interface attributes abstracted out to ContactProperties
interface.
- ContactFilter removed (replaced by ContactProperties in find()
methods).
- ContactError codes added.

===== END LOG =====

As usual, this draft is provided to focus ongoing general discussions
around. It does not yet assume concensus on the material.

Kind Regards,

Richard

[1] http://dev.w3.org/2009/dap/contacts/Overview.html

Received on Monday, 30 November 2009 17:05:57 UTC