|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CacheRef
com.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 | |
|---|---|
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. |
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, getComment, getDotNotation, getRevisionNumber, getViewVersion, isFromHistory, setComment |
| Methods inherited from class com.starteam.TrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject |
|---|
getCreatedBy, getCreatedTime |
| Methods inherited from class com.starteam.CacheRef |
|---|
clone |
| 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 java.lang.String getItemClass3Name()
public 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 | ||||||||