<p> The Manager sends and receives messages and returns the Types of messages and delivery supported by the implementation. A message is not created explicitly; it is created when it is sent.
</p>
<p> All implementations of OsidManager (manager) provide methods for accessing and manipulating the various objects defined in the OSID package. A manager defines an implementation of an OSID. All other OSID objects come either directly or indirectly from the manager. New instances of the OSID objects are created either directly or indirectly by the manager. Because the OSID objects are defined using interfaces, create methods must be used instead of the new operator to create instances of the OSID objects. Create methods are used both to instantiate and persist OSID objects. Using the OsidManager class to define an OSID's implementation allows the application to change OSID implementations by changing the OsidManager package name used to load an implementation. Applications developed using managers permit OSID implementation substitution without changing the application source code. As with all managers, use the OsidLoader to load an implementation of this interface. </p>
<p></p>
<p> OSID Version: 2.0 </p>
<p> Licensed under the org.osid.SidImplementationLicenseMIT. </p>
Located in /harmoni/oki2/osid/usermessaging/UsermessagingManager.php (line 41)
OsidManager | --UsermessagingManager
Delete all Messages for the user. Include only Messages before a date, on a Topic, and of a specific MessageType if those values are supplied.
Get all the Types of Messages supported by this implementation.
Examples of these Types are instant, store and forward, and attempt to deliver once.
Get all the Types of Messages supported by this implementation.
Examples of these are rich-text and MIME.
Get all the current subscribers to this Service.
Get all the current subscribers to this Service for a specific Topic.
Get all the Topics supported by this implementation. This might also be all the currently available Topics in the case of an implementation that allows applications to add Topics by sending a Message with a new Topic.
Get all Messages of a specific Message Type.
Send a Message to a recipient. The Topic is optional and should be ignored if null.
Send a Message to all subscribers. The Topic is optional and should be ignored if null.
Unsubscribe an agentId for a particular topic.
Inherited From OsidManager
OsidManager::assignConfiguration()
OsidManager::assignOsidContext()
OsidManager::getOsidContext()
OsidManager::osidVersion_2_0()
Documentation generated on Wed, 19 Sep 2007 10:27:39 -0400 by phpDocumentor 1.3.0RC3