|
|||||||||
| 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
public abstract class TrackedObject
A TrackedObject is a LiveObject that keeps track of the date/time it was last modified, and the ID of the user who modified it.
| Nested Class Summary | |
|---|---|
static class |
TrackedObject.Type
The Type for TrackedObject |
static class |
TrackedObject.WebCacheTrackedObject
Tracked Object accessor for cached SDK Objects contained objects are obtained from the artifact cache |
| Nested classes/interfaces inherited from class com.starteam.LiveObject |
|---|
LiveObject.WebCacheLiveObject |
| Nested classes/interfaces inherited from class com.starteam.TypedResource |
|---|
TypedResource.BranchState |
| Method Summary | |
|---|---|
User |
getModifiedBy()
Get the user who last modified this object. |
DateTime |
getModifiedTime()
Gets the date and time at which this object was last modified. |
| 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 DateTime getModifiedTime()
public User getModifiedBy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||