|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.LiveObject.WebCacheLiveObject
com.starteam.TrackedObject.WebCacheTrackedObject
com.starteam.VersionedObject.WebCacheVersionedObject
public static class VersionedObject.WebCacheVersionedObject
Tracked Object accessor for cached SDK Objects contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Gets the comment describing this revision of the item. |
DotNotation |
getDotNotation()
Gets the dot notation identification of this resource version. |
int |
getRevisionNumber()
Gets the revision number for this object revision. |
int |
getRootObjectID()
Gets the root object ID for this resource. |
int |
getViewVersion()
The version number of this item calculated by counting direct ancestors of this item from this version to the initial version. |
boolean |
isFromHistory()
Determines whether or not this is a historical resource obtained from the history. |
| Methods inherited from class com.starteam.TrackedObject.WebCacheTrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject.WebCacheLiveObject |
|---|
equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getObjectID, getServer, getType, getValue, getValue, hashCode, isDirty, isNew, refresh, remove, setValue, setValue, toStarTeamURL, update |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getRevisionNumber()
public java.lang.String getComment()
public DotNotation getDotNotation()
The first version added to the repository will have a dot notation of
"1.0". Each new revision will increment the version number
portion so the second revision would be "1.1".
When an item branches a new branch number will be issued and revision
will start counting from 0 again. For example, branching from version
"1.2" might result in "1.2.5.0" after which the
next version will be "1.2.5.1".
The value 5 in the previous example was assigned by the server based on the number of branches already made from the revision being branched.
public int getRootObjectID()
public boolean isFromHistory()
public int getViewVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||