Package org.osid.forum


package org.osid.forum

The Open Service Interface Definitions for the org.osid.forum service.

The Forum OSID defines threaded diiscussion groups managing a set of posts and replies.

Posts

A Post is an OsidObject that defines some text, a timestamp, and a poster.

Replies

A Reply is similar to a Post but is in response to either a Post or another Reply . A Reply is a Containable making directly accessible any nested Replies outside of the session.

Posters

An Agent posts to a Forum or an Agent replies to a Post . The relationship between the Agent and its associated Resource is orchestrated within the Forum OSID. Posts and Replies reveal both the posting Agent and the associated poster Resource .

Forum Catalogs

Forums represent collections of Posts . Forums may be created through federation or by selecting Posts based on their attributes to create a virtual catalog of Posts. Replies are always associated with their Posts and may not be cataloged independently.

Sub Packages

The Forum OSID contains a Forum Batch OSID for managing Posts and Replies in bulk.




Copyright © 2010 Ingenescus. All Rights Reserved.

This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.

Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.

You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.

This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.

  • Interfaces
    Class
    Description
    A Forum represents a collection of posts and replies.
    This session creates, updates, and deletes Forums .
    This is the form for creating and updating Forums .
    This session manages a hierarchy of forums.
    This session defines methods for traversing a hierarchy of Forums .
    Like all OsidLists , ForumList provides a means for accessing Forum elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Forums .
    The reply manager provides access to forum sessions and provides interoperability tests for various aspects of this service.
    This interface is a container for a partial hierarchy retrieval.
    Like all OsidLists , ForumNodeList provides a means for accessing ForumNode elements sequentially either one at a time or many at a time.
    This session defines methods to receive notifications on adds/changes to Forums .
    The reply profile describes the interoperability among forum services.
    The reply manager provides access to forum sessions and provides interoperability tests for various aspects of this service.
    This is the query for searching for forums.
    This is the query inspector for examining forum queries.
    This session provides methods for searching Forums .
    The forum receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Forum objects.
    The search interface for governing forum searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching Forums .
    A Post represents a blob of text posted to a forum by a poster.
    This session creates, updates, and deletes Posts .
    This is the form for creating and updating Posts .
    This session provides methods to re-assign Posts to Forums .
    This session provides methods to retrieve Post to Forum mappings.
    Like all OsidLists , PostList provides a means for accessing Post elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Posts .
    This session defines methods to receive notifications on adds/changes to Posts .
    This is the query for searching for posts.
    This is the query inspector for examining for post queries.
    This session provides methods for searching Posts .
    The post receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Post objects.
    The search interface for governing post searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching Posts .
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    A Reply is a response to a Post or another Reply .
    This session creates, updates, and deletes Replies .
    This is the form for creating and updating Reply objects.
    Like all OsidLists , ReplyList provides a means for accessing Reply elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving replies.
    This session defines methods to receive notifications on adds/changes to Reply objects.
    This is the query for searching for replies.
    This is the query inspector for examining reply queries.
    The reply receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted replies.
    The search interface for governing reply searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.