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

Part No. B28209-01


oracle.workspaces.ws.beans
Class VersioningConfiguration

java.lang.Object
  extended byoracle.workspaces.ws.beans.VersioningConfiguration


public class VersioningConfiguration
extends java.lang.Object

This class represents a versioning configuration object.


Constructor Summary
VersioningConfiguration()
          Default configuration

 

Method Summary
 java.lang.String getLabelType()
          Gets the labelType value for this VersioningConfiguration.
 int getMaxVersions()
          Gets the maxVersions value for this VersioningConfiguration.
 boolean isAutoLabel()
          Gets the autoLabel value for this VersioningConfiguration.
 boolean isAutoVersion()
          Gets the autoVersion value for this VersioningConfiguration.
 boolean isEnabled()
          Gets the enabled value for this VersioningConfiguration.
 boolean isInherited()
          Gets the inherited value of the Versioning Configuration.
 boolean isVersionFinal()
          Gets the versionFinal value of the VersioningConfiguration.
 void setAutoLabel(boolean autoLabel)
          Sets the autoLabel value for this VersioningConfiguration.
 void setAutoVersion(boolean autoVersion)
          Sets the autoVersion value for this VersioningConfiguration.
 void setEnabled(boolean enabled)
          Sets the enabled value for this VersioningConfiguration.
 void setInherited(boolean inherited)
          Sets the inherited value of the Versioning Configuration.
 void setLabelType(java.lang.String labelType)
          Sets the labelType value for this VersioningConfiguration.
 void setMaxVersions(int maxVersions)
          Sets the maxVersions value for this VersioningConfiguration.
 void setVersionFinal(boolean versionFinal)
          Sets the versionFinal value of the VersioningConfiguration.

 

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

 

Constructor Detail

VersioningConfiguration

public VersioningConfiguration()
Default configuration

Method Detail

isAutoLabel

public boolean isAutoLabel()
Gets the autoLabel value for this VersioningConfiguration.
Returns:
autoLabel

setAutoLabel

public void setAutoLabel(boolean autoLabel)
Sets the autoLabel value for this VersioningConfiguration.
Parameters:
autoLabel -

isAutoVersion

public boolean isAutoVersion()
Gets the autoVersion value for this VersioningConfiguration.
Returns:
autoVersion

setAutoVersion

public void setAutoVersion(boolean autoVersion)
Sets the autoVersion value for this VersioningConfiguration.
Parameters:
autoVersion -

isEnabled

public boolean isEnabled()
Gets the enabled value for this VersioningConfiguration.
Returns:
enabled

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled value for this VersioningConfiguration.
Parameters:
enabled -

getLabelType

public java.lang.String getLabelType()
Gets the labelType value for this VersioningConfiguration.
Returns:
labelType

setLabelType

public void setLabelType(java.lang.String labelType)
Sets the labelType value for this VersioningConfiguration.
Parameters:
labelType -

getMaxVersions

public int getMaxVersions()
Gets the maxVersions value for this VersioningConfiguration.
Returns:
maxVersions

setMaxVersions

public void setMaxVersions(int maxVersions)
Sets the maxVersions value for this VersioningConfiguration.
Parameters:
maxVersions -

isInherited

public boolean isInherited()
Gets the inherited value of the Versioning Configuration.
Returns:
inherited

setInherited

public void setInherited(boolean inherited)
Sets the inherited value of the Versioning Configuration.
Parameters:
inherited -

isVersionFinal

public boolean isVersionFinal()
Gets the versionFinal value of the VersioningConfiguration.
Returns:
versionFinal

setVersionFinal

public void setVersionFinal(boolean versionFinal)
Sets the versionFinal value of the VersioningConfiguration.
Parameters:
versionFinal -

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