© 2009 OMTP Ltd. All rights reserved. OMTP and OMTP BONDI are registered trademarks of OMTP Ltd.
This module aims solely at grouping Personal Information Management modules together.
| Interface | Method |
|---|---|
| Pim | |
| PimObject |
The Personal Information Management (PIM) modules are: contact task calendar
This is the URI used to declare this API's feature set, for use in bondi.requestFeature. For the URL, the list of features included by the feature set is provided.
All PIM-related features
Includes API features:
http://bondi.omtp.org/api/pim.contact.read
http://bondi.omtp.org/api/pim.calendar.read
http://bondi.omtp.org/api/pim.task.read
http://bondi.omtp.org/api/pim.contact.write
http://bondi.omtp.org/api/pim.calendar.write
http://bondi.omtp.org/api/pim.task.write
Writing all PIM-related
Includes API features:
http://bondi.omtp.org/api/pim.contact.write
http://bondi.omtp.org/api/pim.calendar.write
http://bondi.omtp.org/api/pim.task.write
Reading all PIM-related
Includes API features:
http://bondi.omtp.org/api/pim.contact.read
http://bondi.omtp.org/api/pim.calendar.read
http://bondi.omtp.org/api/pim.task.read
Pim
Pim interface on which the related properties are instantiated
interface Pim {
};
Pim implements ContactManagerObject; Pim implements CalendarManagerObject; Pim implements TaskManagerObject
PimObject
Specifies what is instantiated at feature request
interface PimObject {
readonly attribute Pim pim;
};
Bondi implements PimObject;