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

Part No. B16233-01


oracle.workspaces.template
Interface CwFilesItemsList

All Known Implementing Classes:
CwFilesFolderTemplate, CwFilesTemplate

public interface CwFilesItemsList

Interface to access a collection of files and folders specified in a template.


Method Summary
 CwFileTemplate getFile(int index)
           
 CwFilesFolderTemplate getFolder(int index)
           
 int getNoOfFiles()
           
 int getNoOfFolders()
           

 

Method Detail

getFile

public CwFileTemplate getFile(int index)

getFolder

public CwFilesFolderTemplate getFolder(int index)

getNoOfFiles

public int getNoOfFiles()

getNoOfFolders

public int getNoOfFolders()

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