Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class LibraryResourceDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.ResourceDefinition
      extended byoracle.workspaces.ws.beans.LibraryResourceDefinition


public class LibraryResourceDefinition
extends ResourceDefinition

This class represents the definition object used to create a library resource.


Constructor Summary
LibraryResourceDefinition()
           

 

Method Summary
 void setMappedFolderName(java.lang.String mappedFolderName)
          Sets the mappedFolderName value for this LibraryResourceDefinition.
 void setVersioningConfiguration(VersioningConfiguration versioningConfiguration)
          Sets the versioningConfiguration value for this LibraryResourceDefinition.

 

Methods inherited from class oracle.workspaces.ws.beans.ResourceDefinition
setDescription, setName

 

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

 

Constructor Detail

LibraryResourceDefinition

public LibraryResourceDefinition()

Method Detail

setMappedFolderName

public void setMappedFolderName(java.lang.String mappedFolderName)
Sets the mappedFolderName value for this LibraryResourceDefinition. Note: This is a mandatory attribute if you are setting the library resource definition in the createWorkspace(s) call If you are using this bean while adding the library resource to an existing workspace, this attribute is not mandatory. A default mapped folder name will be generated
Parameters:
mappedFolderName -

setVersioningConfiguration

public void setVersioningConfiguration(VersioningConfiguration versioningConfiguration)
Sets the versioningConfiguration value for this LibraryResourceDefinition. Note: This attribute will not be honored when creating the workspace. Set this attribute when creating the resource if you want to specify a versioning configuration
Parameters:
versioningConfiguration -

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