com.plumtree.remote.prc.collaboration
Interface ICollaborationFactory


public interface ICollaborationFactory

Factory interface to obtain the various Collaboration object managers.


Method Summary
 IBlogManager getBlogManager()
          Returns an IBlogManager object that enables creation, deletion, and modification for Collaboration blogs, blog entries, and annotations..
 IDiscussionManager getDiscussionManager()
          Returns an IDiscussionManager that enables creation, deletion, modification and query functionality for Collaboration discussions.
 IDocumentManager getDocumentManager()
          Returns an IDocmentManager object that enables creation, deletion, modification and query functionality for Collaboration documents.
 IProjectManager getProjectManager()
          Returns an IProjectManager that enables creation, deletion, modification and query functionality for Collaboration projects.
 ITaskListManager getTaskListManager()
          Returns an ITaskListManager object that enables creation, deletion, modification and query functionality for Collaboration task lists and tasks.
 IWikiManager getWikiManager()
          Returns an IWikiManager object that enables creation, deletion, and modification for Collaboration wiki pages and annotations.
 

Method Detail

getBlogManager

public IBlogManager getBlogManager()
Returns an IBlogManager object that enables creation, deletion, and modification for Collaboration blogs, blog entries, and annotations..

Returns:
an IBlogManager object

getDiscussionManager

public IDiscussionManager getDiscussionManager()
Returns an IDiscussionManager that enables creation, deletion, modification and query functionality for Collaboration discussions.

Returns:
an IDiscussionManager object

getDocumentManager

public IDocumentManager getDocumentManager()
Returns an IDocmentManager object that enables creation, deletion, modification and query functionality for Collaboration documents.

Returns:
an IDocumentManager object

getProjectManager

public IProjectManager getProjectManager()
Returns an IProjectManager that enables creation, deletion, modification and query functionality for Collaboration projects.

Returns:
an IProjectManager object

getTaskListManager

public ITaskListManager getTaskListManager()
Returns an ITaskListManager object that enables creation, deletion, modification and query functionality for Collaboration task lists and tasks.

Returns:
an ITaskListManager object

getWikiManager

public IWikiManager getWikiManager()
Returns an IWikiManager object that enables creation, deletion, and modification for Collaboration wiki pages and annotations.

Returns:
an IWikiManager object


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.