Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
36 action types are described below. The description is broken into a list of
37 useful definitions, a list of events that happen to contents, and a list of
49 <tr><td>D3</td><td>A folder content F has a set of children H(F) that is a
51 command will usually return a subset of the contents
59 processes a command, or because a content gets informed about a relevant
64 <tr><td>E1</td><td>The identifier of a content C changes from id1(C) == A
66 this event may occur when content C processes a
70 <tr><td>E2</td><td>The state of a content C changes from Alive to Deleted,
72 content C processes a "delete" command, or when a content
75 <tr><td>E3</td><td>The set of children of a folder content F is enlarged by
78 For example, this event may occur when a new content
80 when a folder representing an IMAP mailbox gets informed
81 by the IMAP server that a new message has arrived at that
87 events gives a description of what kinds of ContentEvents are sent in which
94 folders F that used to have A as a child, but will not
95 have B as a child, i.e., (A in H1(F)) && !(B in H2(F)),
96 send a REMOVED ContentEvent.</td></tr>
97 <tr><td>R2</td><td>E2(C) results in C sending a DELETED ContentEvent,
99 used to have A as a child, but will not continue to have
100 A as a child, i.e., (A in H1(F)) && !(A in H2(F)), send
101 a REMOVED event.</td></tr>
108 /** A content was inserted into a folder content (i.e., while updating the
116 /** A content was removed from a folder content, but not physically
126 <p>Events containing this action may be generated at any time. So a
136 /** This Action indicates that a content has changed its identity (i.e.
137 after renaming a file system folder).