|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TypedResource
com.starteam.LiveObject
public abstract class LiveObject
LiveObjects store in the repository the date/time when the object was created, and the ID of the user who created it. LiveObjects are soft deleted; that is, they are marked deleted as of a given time, but can still be seen in rolled back view configurations.
| Nested Class Summary | |
|---|---|
static class |
LiveObject.Type
The Type for LiveObject |
static class |
LiveObject.WebCacheLiveObject
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache. |
| Nested classes/interfaces inherited from class com.starteam.TypedResource |
|---|
TypedResource.BranchState |
| Method Summary | |
|---|---|
User |
getCreatedBy()
Get the user who created this object. |
DateTime |
getCreatedTime()
Gets the date and time at which this object was created. |
java.lang.String |
toStarTeamURL()
Resolves this StarTeam view member to a corresponding URL using an ID based scheme |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public DateTime getCreatedTime()
public User getCreatedBy()
public java.lang.String toStarTeamURL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||