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

B25479-01


oracle.workspaces.template
Class CwCalendarTemplate

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


public class CwCalendarTemplate
extends CwResourceTemplate

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


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

Method Summary
int getNoOfTasks()
CwResourceType getResourceType()
CwTaskTemplate getTask(int index)

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

CwCalendarTemplate

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

Method Detail

getNoOfTasks

public int getNoOfTasks()

getResourceType

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

getTask

public CwTaskTemplate getTask(int index)

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