|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.VersioningConfiguration
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 |
public VersioningConfiguration()
Method Detail |
public boolean isAutoLabel()
public void setAutoLabel(boolean autoLabel)
autoLabel
-public boolean isAutoVersion()
public void setAutoVersion(boolean autoVersion)
autoVersion
-public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
-public java.lang.String getLabelType()
public void setLabelType(java.lang.String labelType)
labelType
-public int getMaxVersions()
public void setMaxVersions(int maxVersions)
maxVersions
-public boolean isInherited()
public void setInherited(boolean inherited)
inherited
-public boolean isVersionFinal()
public void setVersionFinal(boolean versionFinal)
versionFinal
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |