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

Part No. B28209-01


oracle.workspaces.ws.beans
Class LibraryResource

java.lang.Object
  extended byoracle.workspaces.ws.beans.Resource
      extended byoracle.workspaces.ws.beans.LibraryResource


public class LibraryResource
extends Resource

This class represents the library resource.


Constructor Summary
LibraryResource()
           

 

Method Summary
 long getDefaultQuota()
          Gets the default Quota.
 VersioningConfiguration getDefaultVersioningConfiguration()
          Gets the defaultVersioningConfiguration value for this LibraryResource.
 NamedValue[] getSupportedCharsets()
          Gets the supportedCharsets value for this LibraryResource.
 java.lang.String[] getSupportedLabelTypes()
          Gets the supportedLabelTypes value for this LibraryResource.
 NamedValue[] getSupportedLanguages()
          Gets the supportedLanguages value for this LibraryResource.
 VersioningConfiguration getVersioningConfiguration()
          Gets the versioningConfiguration value for this LibraryResource.
 void setVersioningConfiguration(VersioningConfiguration versioningConfiguration)
          Sets the versioningConfiguration value for this LibraryResource.

 

Methods inherited from class oracle.workspaces.ws.beans.Resource
getCreationTime, getCreator, getDescription, getId, getLastModifiedTime, getName, getWebUIUrl, setDescription, setName

 

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

 

Constructor Detail

LibraryResource

public LibraryResource()

Method Detail

getDefaultVersioningConfiguration

public VersioningConfiguration getDefaultVersioningConfiguration()
Gets the defaultVersioningConfiguration value for this LibraryResource.
Returns:
defaultVersioningConfiguration

getSupportedCharsets

public NamedValue[] getSupportedCharsets()
Gets the supportedCharsets value for this LibraryResource.
Returns:
supportedCharsets

getSupportedLabelTypes

public java.lang.String[] getSupportedLabelTypes()
Gets the supportedLabelTypes value for this LibraryResource.
Returns:
supportedLabelTypes

getSupportedLanguages

public NamedValue[] getSupportedLanguages()
Gets the supportedLanguages value for this LibraryResource.
Returns:
supportedLanguages

getVersioningConfiguration

public VersioningConfiguration getVersioningConfiguration()
Gets the versioningConfiguration value for this LibraryResource.
Returns:
versioningConfiguration

setVersioningConfiguration

public void setVersioningConfiguration(VersioningConfiguration versioningConfiguration)
Sets the versioningConfiguration value for this LibraryResource.
Parameters:
versioningConfiguration -

getDefaultQuota

public long getDefaultQuota()
Gets the default Quota.
Returns:
defaultQuota

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