Oracle® Collaboration Suite Workspaces API Reference
10g (10.1.1.0.2)

Part No. B16233-01


oracle.workspaces.template
Class CwViewsTemplate

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


public class CwViewsTemplate
extends CwResourceTemplate

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


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

Method Summary
int getNoOfViews()
CwResourceType getResourceType()
CwViewTemplate getView(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

CwViewsTemplate

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

Method Detail

getNoOfViews

public int getNoOfViews()

getResourceType

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

getView

public CwViewTemplate getView(int index)

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