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

B25479-01


oracle.workspaces.resource.files
Class CwFilesResourceDefinition

java.lang.Object
  extended byoracle.workspaces.resource.CwResourceDefinition
      extended byoracle.workspaces.resource.files.CwFilesResourceDefinition


public class CwFilesResourceDefinition
extends CwResourceDefinition
Since:
release specific (what release of product did this appear in)

Constructor Summary
CwFilesResourceDefinition(java.lang.String name, java.lang.String mappedFolderName)
Constructor.
CwFilesResourceDefinition(java.lang.String name, java.lang.String desc, java.lang.String mappedFolderName)
Constructor.

Method Summary
java.lang.String getMappedFolderName()
Accessor for the mapped folder name.
void setMappedFolderName(java.lang.String mappedFolderName)
Setter for the mapped folder name.

Methods inherited from class oracle.workspaces.resource.CwResourceDefinition
getDescription, getName, getType, setDescription, setName, setType

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

Constructor Detail

CwFilesResourceDefinition

public CwFilesResourceDefinition(java.lang.String name,
                                 java.lang.String mappedFolderName)
                          throws CwException
Constructor. Note that the mapped folder name is a required attribute. To use the default naming convention, call CwFilesResource.generateDefaultMappedFolderName()

CwFilesResourceDefinition

public CwFilesResourceDefinition(java.lang.String name,
                                 java.lang.String desc,
                                 java.lang.String mappedFolderName)
                          throws CwException
Constructor. Note that the mapped folder name is a required attribute. To use the default naming convention, call CwFilesResource.generateDefaultMappedFolderName()

Method Detail

getMappedFolderName

public java.lang.String getMappedFolderName()
Accessor for the mapped folder name.

setMappedFolderName

public void setMappedFolderName(java.lang.String mappedFolderName)
                         throws CwAttrValException
Setter for the mapped folder name.
Throws:
CwAttrValException

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