|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TypedResource
com.starteam.LiveObject
com.starteam.TrackedObject
com.starteam.VersionedObject
public class VersionedObject
A VersionedObject is a TrackedObject that maintains a revision history.
| Nested Class Summary | |
|---|---|
static class |
VersionedObject.Type
The Type for VersionedObject |
static class |
VersionedObject.WebCacheVersionedObject
Tracked Object accessor for cached SDK Objects contained objects are obtained from the artifact cache |
| Nested classes/interfaces inherited from class com.starteam.TrackedObject |
|---|
TrackedObject.WebCacheTrackedObject |
| Nested classes/interfaces inherited from class com.starteam.LiveObject |
|---|
LiveObject.WebCacheLiveObject |
| Nested classes/interfaces inherited from class com.starteam.TypedResource |
|---|
TypedResource.BranchState |
| Method Summary | |
|---|---|
static int |
getBranchRevision(DotNotation dotNotation)
Computes the "branch revision" from the specified dot notation. |
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. |
static int |
getViewVersion(DotNotation dotNotation)
Computes the "view version" from the specified dot notation. |
boolean |
isFromHistory()
Determines whether or not this is a historical resource obtained from the history. |
| Methods inherited from class com.starteam.TrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject |
|---|
getCreatedBy, getCreatedTime, toStarTeamURL |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getRevisionNumber()
public int getViewVersion()
public int getRootObjectID()
public boolean isFromHistory()
public static int getViewVersion(DotNotation dotNotation)
dotNotation - A dot notation.
public static int getBranchRevision(DotNotation dotNotation)
dotNotation - A dot notation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||