com.plumtree.remote.prc.collaboration
Interface ICollaborationFactory


public interface ICollaborationFactory

Factory interface to obtain the various Collaboration object managers.


Method Summary
 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.
 

Method Detail

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


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 ©2008 Oracle® Corporation. All Rights Reserved.