oracle.workspaces.ws.beans
Class LibraryResourceDefinition
java.lang.Object
oracle.workspaces.ws.beans.ResourceDefinition
oracle.workspaces.ws.beans.LibraryResourceDefinition
- public class LibraryResourceDefinition
- extends ResourceDefinition
This class represents the definition object used to create a library resource.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryResourceDefinition
public LibraryResourceDefinition()
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
-