|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.ifs.beans.LibraryObject
|
+--oracle.ifs.beans.TieLibraryObject
|
+--oracle.ifs.beans.PublicObject
|
+--oracle.ifs.beans.TiePublicObject
|
+--oracle.ifs.beans.VersionDescription
The VersionDescription class is used to describe an instance of a versioned public object at a point in time as tracked by the version series.
| Field Summary | |
static java.lang.String |
CLASS_NAME
This class name for this class. |
static java.lang.String |
PUBLICOBJECT_ATTRIBUTE
The versioned object that this VersionDescription describes in the context of a VersionSeries. |
static java.lang.String |
REVISIONCOMMENT_ATTRIBUTE
The check-in comment (a textual description) of the versioned object that this VersionDescription describes. |
static java.lang.String |
VERSIONLABEL_ATTRIBUTE
A user supplied label for the versioned object that this VersionDescription describes (e.g. |
static java.lang.String |
VERSIONNUMBER_ATTRIBUTE
The numbered sequence that this VersionDescription occupies in the VersionSeries. |
static java.lang.String |
VERSIONSERIES_ATTRIBUTE
The VersionSeries to which this VersionDescription belongs. |
| Method Summary | |
PublicObject |
getPublicObject()
Returns the PublicObject for this version description. |
java.lang.String |
getRevisionComment()
Returns the user specified revision comment for this version description. |
java.lang.String |
getVersionLabel()
Returns the user specified version label for this version description. |
long |
getVersionNumber()
Returns the linear, system generated version number for this version description. |
VersionSeries |
getVersionSeries()
Returns this version description's version series |
boolean |
isLatestVersionDescription()
Cover for getVersionSeries().isLatestVersionDescription(this) |
void |
setVersionLabel(java.lang.String label)
Sets the user specified version label for this version description. |
| Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
| Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
| Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
| Field Detail |
public static final java.lang.String CLASS_NAME
public static final java.lang.String VERSIONSERIES_ATTRIBUTE
public static final java.lang.String PUBLICOBJECT_ATTRIBUTE
public static final java.lang.String VERSIONNUMBER_ATTRIBUTE
public static final java.lang.String VERSIONLABEL_ATTRIBUTE
public static final java.lang.String REVISIONCOMMENT_ATTRIBUTE
| Method Detail |
public VersionSeries getVersionSeries()
throws IfsException
getVersionSeries in class PublicObjectIfsException - if operation fails.
public long getVersionNumber()
throws IfsException
getVersionNumber in class PublicObjectIfsException - if operation fails.
public java.lang.String getVersionLabel()
throws IfsException
IfsException - if operation fails.
public void setVersionLabel(java.lang.String label)
throws IfsException
label - the version labelIfsException - if operation fails.
public PublicObject getPublicObject()
throws IfsException
IfsException - if operation fails.
public java.lang.String getRevisionComment()
throws IfsException
IfsException - if operation fails.
public boolean isLatestVersionDescription()
throws IfsException
getVersionSeries().isLatestVersionDescription(this)IfsException - if operation fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||