Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.template
Class CwDiscussionsTemplate

java.lang.Object
  extended byoracle.workspaces.template.CwResourceTemplate
      extended byoracle.workspaces.template.CwDiscussionsTemplate


public class CwDiscussionsTemplate
extends CwResourceTemplate

An instance of this class represents a template for a Discussions resource.


Constructor Summary
CwDiscussionsTemplate(org.w3c.dom.Element resourceElement)

Method Summary
CwDiscussionsBoardTemplate getBoard(int index)
int getNoOfBoards()
CwResourceType getResourceType()

Methods inherited from class oracle.workspaces.template.CwResourceTemplate
getContentIdToLocMap, getDescription, getIdToUidMap, getName, setIdToUidMap

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwDiscussionsTemplate

public CwDiscussionsTemplate(org.w3c.dom.Element resourceElement)

Method Detail

getBoard

public CwDiscussionsBoardTemplate getBoard(int index)

getNoOfBoards

public int getNoOfBoards()

getResourceType

public CwResourceType getResourceType()
Specified by:
getResourceType in class CwResourceTemplate

Copyright © 2001, 2005, Oracle. All rights reserved.