com.plumtree.remote.prc
Interface ICommunityManager

All Superinterfaces:
IObjectManager

public interface ICommunityManager
extends IObjectManager

Interface that provides remote access to communities.


Method Summary
 IObjectQuery getCommunityPages(int communityID)
          Queries the community pages and their properties for a given community.
 
Methods inherited from interface com.plumtree.remote.prc.IObjectManager
lookupObjectID, lookupUUID, queryACL, queryCommunitiesForPortlet, queryExtendedData, queryObjects, queryObjects, queryObjects, queryObjects, queryObjects, querySingleObject, updateACL
 

Method Detail

getCommunityPages

public IObjectQuery getCommunityPages(int communityID)
                               throws PortalException,
                                      java.rmi.RemoteException
Queries the community pages and their properties for a given community. The IObjectQueryRow objects in the IObjectQuery are returned in the same order as the pages in the community; using the server API terminology, the pages are sorted by PT_PROPIDS.PT_PROPID_PAGES_TOPICPOS.

Parameters:
communityID - if the community ID for the community to query
Returns:
if the pages within the community
Throws:
PortalException - if the operation resulted in an error on the portal
RemoteException - if there was a communication problem during the execution of the remote method call


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.