Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
38 /** A <type>Content</type> is a service that provides access to data of a
39 content provided by an implementation of the service
45 /** provides access to the identitity and the type of the content and
46 allows the registration of listeners for <type>ContentEvent</type>s.
58 the implementation of the listener interface holds a reference on
61 be called at the content. The implementation of this method must call
64 references. At the other hand, the implementation of
78 "setPropertyValues". Each content must support a set of standard
79 commands and properties. Also there is a set of predefined optionally
131 <td>This command sets property values of the content.
133 that one or more of the requested property values cannot be set.
137 of elements like the number of properties to set. Every sequence
139 elements corresponds to the first element in the sequence of
151 indicates, that the data type of the property value is not
190 implementation of service <type>DynamicResultSet</type>.
198 The implementation of the open command MUST support all these modes!
208 contain the property values. The order of the
209 sequence is the same as the order of result set
210 columns. First element of sequence will be row
218 The exceution must be aborted by the implementation of this command
248 <p>The exceution must be aborted by the implementation of this command
258 This command creates a new <b>non-persistent</b> content of a given type.
261 property value contains a non-empty sequence of creatable types.
263 Note: This command is part of the replacement for the deprecated
266 <p>Creation of a new <b>persistent</b> content:
284 This command inserts a <b>new content</b>. It commits the process of
296 On successful completion of this command, the parent of the inserted
302 the data of an <b>existing content</b>.
348 On successful completion of this command, the deleted content
370 This command searches for subcontents of a content matching the
372 of service <type>DynamicResultSet</type>.
384 This command is able to transfer all kind of content
389 the <b>destination</b> of the transfer operation.</br>
391 any type of contents.</br>
392 Generally, there are good chances that a transfer of a content will
479 adding properties of the following basic data types:</p>
499 if the Name of the property is empty.</p>
544 media type ( MIME types ) of the content. Media types
546 <p>The value of this property should match the information on creatable
566 <td>contains the title of an object (e.g. the subject of a message).</td>
585 <td>contains the interval for automatic updates of an object.
592 <td>contains the maximum number of network connections
594 cache can be configured to use a maximum for the number of
609 contains the types of Contents a Content object can create via
614 Note: This property is part of the replacement for the deprecated
632 <td>contains the count of documents of a folder.</td>
637 <td>contains the count of marked documents within a folder.</td>
642 <td>contains a sequence of documemt header fields (i.e. header
643 fields of a MIME-message, or the document info of an
652 contents of (remote) documents.
658 <td>contains the count of subfolders of a folder.</td>
714 <td>contains the keywords of a document (e.g. the value
715 of the &quot;keywords&quot; header field of a news article).</td>
720 <td>contains the media type ( MIME type ) of a content. It is highly
729 <td>contains the BCC (blind carbon copy) receiver(s) of a message.</td>
734 <td>contains the CC (carbon copy) receiver(s) of a message.</td>
739 <td>contains (the address of) the sender of a message.</td>
744 <td>contains the ID of a message.</td>
749 <td>contains the &quot;In-Reply-To&quot; field of a message.</td>
754 <td>contains the &quot;Reply-To&quot; field of a message.</td>
759 <td>contains the recipient(s) of a message.</td>
764 … <td>contains the name(s) of the newsgroup(s) into which a message was posted.</td>
774 <td>contains a priority (i.e. of a message).</td>
779 <td>contains the &quot;References&quot; field of a news article.</td>
789 <td>contains the count of seen/read subcontents of a folder content.</td>
795 the server base of an FTP-Account to &quot;/pub/incoming&quot;
803 <td>contains a server name (e.g. The name of the server to use for
815 <td>contains the size (usually in bytes) of an object.</td>
821 maximum size of the HTTP-Cache)
827 <td>contains the count of subscribed contents of a folder.</td>
865 <td>for contents that are links to other contents, contains the URL of
890 /** is an enhanced version of <type>XCommandProcessor</type> that has an
893 resource leaks. For a detailed description of the problem refer to
902 /** notifies changes of property values to listeners registered for
917 <p><b>Important:</b> The implementation of
919 must at least support adding properties of the following basic data
943 <type>XCommandEnvironment</type> to perform the tasks of adding and
965 dynamically change it's command set ( e.g. because the set of
966 available commands depends on the value of a property of the
991 /** provides access to the parent content of this content.
993 <p>The object returned by the implementation of the method
999 child of a content.