com.starteam
Class TrackedObject

java.lang.Object
  extended by com.starteam.TypedResource
      extended by com.starteam.LiveObject
          extended by com.starteam.TrackedObject
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Label, Principal, Share, TaskDependency, VersionedObject, WorkRecord

public abstract class TrackedObject
extends LiveObject

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 com.starteam.TypedResource
addToIntegerArray, getBooleanValue, getByteArrayValue, getCachedProperties, getContentValue, getDateTimeValue, getDateValue, getDisplayName, getDoubleValue, getEnumDisplayName, getEnumeratedValues, getID, getIntegerArrayValue, getIntegerValue, getLinkValue, getLongValue, getObjectID, getPossibleValues, getServer, getStringValue, getTimeSpanValue, getType, getValue, hasCachedProperties, hasValue, isDirty, isNew, removeFromIntegerArray, setBooleanValue, setByteArrayValue, setContentValue, setDateTimeValue, setDateValue, setDoubleValue, setEnumeratedValue, setEnumeratedValues, setIntegerArrayValue, setIntegerValue, setLinkValue, setLongValue, setStringValue, setTimeSpanValue, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getModifiedTime

public DateTime getModifiedTime()
Gets the date and time at which this object was last modified.

Returns:
The date and time at which this object was last modified.

getModifiedBy

public User getModifiedBy()
Get the user who last modified this object.

Returns:
The user who last modified this object.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.