summaryrefslogtreecommitdiffstats
path: root/docs/applicationdomaintypes.md
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-23 12:18:54 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-23 12:18:54 +0100
commit4210e5a24f700e5104333ed014c3269262b66bec (patch)
tree15bd4881d67b18265729fb2fa25fed0af6cf56af /docs/applicationdomaintypes.md
parentb259728a4f63e022526ef86e6b5d6c62d9938d13 (diff)
downloadsink-4210e5a24f700e5104333ed014c3269262b66bec.tar.gz
sink-4210e5a24f700e5104333ed014c3269262b66bec.zip
Docs
Diffstat (limited to 'docs/applicationdomaintypes.md')
-rw-r--r--docs/applicationdomaintypes.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/applicationdomaintypes.md b/docs/applicationdomaintypes.md
index 502a349..9a50940 100644
--- a/docs/applicationdomaintypes.md
+++ b/docs/applicationdomaintypes.md
@@ -31,18 +31,19 @@ This is a proposed set of types that we will need to evolve into what we actuall
31 * Tag 31 * Tag
32 * Contact Group 32 * Contact Group
33 * Thread 33 * Thread
34 * Akonadi Resource 34 * Akonadi Resource
35 * Maildir Resource
35 36
36#### Properties 37#### Properties
37```no-highlight 38```no-highlight
38Entity: The smallest unit in the akonadi universe 39Entity: The smallest unit in the akonadi universe
39 id: unique identifier in the akonadi storage. Not persistant over db recreations and can therefore only be referenced from within the akonadi database. 40 id: unique identifier in the akonadi storage. Not persistant over db recreations and can therefore only be referenced from within the akonadi database.
40 revision: revision of the entity
41 resource: reference to AkonadiResource:id
42``` 41```
43```no-highlight 42```no-highlight
44Domain Object: 43Domain Object:
45 uid: unique identifier of the domain object. 44 uid: unique identifier of the domain object.
45 revision: revision of the entity
46 resource: reference to AkonadiResource:id of the parent resource.
46``` 47```
47```no-highlight 48```no-highlight
48Event: 49Event:
@@ -61,6 +62,7 @@ Mail:
61```no-highlight 62```no-highlight
62Akonadi Resource: 63Akonadi Resource:
63 type: The type of the resource. 64 type: The type of the resource.
65 name: The name of the resource.
64``` 66```
65```no-highlight 67```no-highlight
66Maildir Resource: 68Maildir Resource: