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

B25479-01


oracle.workspaces.template
Class CwFilesTemplate

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

All Implemented Interfaces:
CwFilesItemsList

public class CwFilesTemplate
extends CwResourceTemplate
implements CwFilesItemsList

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


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

Method Summary
CwFileTemplate getFile(int index)
CwFilesFolderTemplate getFolder(int index)
int getNoOfFiles()
int getNoOfFolders()
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

CwFilesTemplate

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

Method Detail

getFile

public CwFileTemplate getFile(int index)
Specified by:
getFile in interface CwFilesItemsList

getFolder

public CwFilesFolderTemplate getFolder(int index)
Specified by:
getFolder in interface CwFilesItemsList

getNoOfFiles

public int getNoOfFiles()
Specified by:
getNoOfFiles in interface CwFilesItemsList

getNoOfFolders

public int getNoOfFolders()
Specified by:
getNoOfFolders in interface CwFilesItemsList

getResourceType

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

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