|
|||||||||
| 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
com.starteam.ViewMember
com.starteam.Item
com.starteam.Audit
public final class Audit
Represents a StarTeam Audit record
| Nested Class Summary | |
|---|---|
static class |
Audit.EventID
EventID of the Audit |
static class |
Audit.Type
The Audit Type |
| Nested classes/interfaces inherited from class com.starteam.Item |
|---|
Item.WebCacheItem |
| Nested classes/interfaces inherited from class com.starteam.ViewMember |
|---|
ViewMember.LockType, ViewMember.MyLock, ViewMember.ShareState, ViewMember.WebCacheViewMember |
| Nested classes/interfaces inherited from class com.starteam.VersionedObject |
|---|
VersionedObject.WebCacheVersionedObject |
| 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 | |
|---|---|
Audit.EventID |
getEventID()
Returns the EventID of this Audit. |
java.lang.String |
getInfo1Property()
returns auxiliary information for the first "operand" object (if any) |
java.lang.String |
getInfo2Property()
returns auxiliary information for the second "operand" object (if any) |
java.lang.String |
getInfo3Property()
returns auxiliary information for the third "operand" object (if any) |
java.lang.String |
getItemClass1Name()
Returns the name of the audited item's type. |
java.lang.String |
getItemClass2Name()
Returns the name of the second "operand" item's type (if any). |
java.lang.String |
getItemClass3Name()
Returns the name of the third "operand" item's type (if any). |
java.lang.String |
getItemDescriptor1()
Returns the primary descriptor for the underlying audited object. |
java.lang.String |
getItemDescriptor2()
Returns the primary descriptor for the second "operand" object (if any). |
java.lang.String |
getItemDescriptor3()
Returns the primary descriptor for the third "operand" object (if any). |
Audit.Type.PropertyCollection |
getProperties()
Gets the PropertyCollection for this Audit. |
DateTime |
getRevisionTime1Property()
returns the revision time for the first "operand" object (if any) |
DateTime |
getRevisionTime2Property()
returns the revision time for the second "operand" object (if any) |
DateTime |
getRevisionTime3Property()
returns the revision time for the third "operand" object (if any) |
User |
getUser()
Get the user who caused this audit. |
boolean |
isReadOnly()
Determines whether or not the given item is read-only. |
java.lang.String |
toString()
Returns the item class name of this audit. |
| Methods inherited from class com.starteam.VersionedObject |
|---|
getBranchRevision, getRevisionNumber, getViewVersion, isFromHistory |
| 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 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.starteam.ISecurable |
|---|
getServer, getType |
| Method Detail |
|---|
public java.lang.String getItemDescriptor1()
Catalog.getPrimaryDescriptor(int)public java.lang.String getItemClass1Name()
public java.lang.String getItemDescriptor2()
Catalog.getPrimaryDescriptor(int)public java.lang.String getItemClass2Name()
public java.lang.String getItemDescriptor3()
Catalog.getPrimaryDescriptor(int)public DateTime getRevisionTime1Property()
public DateTime getRevisionTime2Property()
public DateTime getRevisionTime3Property()
public java.lang.String getInfo1Property()
public java.lang.String getInfo2Property()
public java.lang.String getInfo3Property()
public java.lang.String getItemClass3Name()
public User getUser()
public Audit.EventID getEventID()
Audit.EventID,
Audit.Type.EventIDProperty,
Audit.Type.PropertyCollection.EVENT_IDpublic boolean isReadOnly()
isReadOnly in class ViewMemberpublic Audit.Type.PropertyCollection getProperties()
public java.lang.String toString()
toString in class Item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||