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

B25479-01


oracle.workspaces.template
Class CwFilesFolderTemplate

java.lang.Object
  extended byoracle.workspaces.template.CwEntityAbstractTemplate
      extended byoracle.workspaces.template.CwFilesFolderTemplate

All Implemented Interfaces:
CwFilesItemsList

public class CwFilesFolderTemplate
extends CwEntityAbstractTemplate
implements CwFilesItemsList

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


Constructor Summary
CwFilesFolderTemplate(org.w3c.dom.Element folderElement)

Method Summary
java.lang.String getDescription()
CwFileTemplate getFile(int index)
CwFilesFolderTemplate getFolder(int index)
java.lang.String getName()
int getNoOfFiles()
int getNoOfFolders()

Methods inherited from class oracle.workspaces.template.CwEntityAbstractTemplate
getID

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

Constructor Detail

CwFilesFolderTemplate

public CwFilesFolderTemplate(org.w3c.dom.Element folderElement)

Method Detail

getDescription

public java.lang.String getDescription()

getFile

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

getFolder

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

getName

public java.lang.String getName()

getNoOfFiles

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

getNoOfFolders

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

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