|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.CacheRef
|
+--com.starbase.starteam.NamedCacheRef
|
+--com.starbase.starteam.TypedResource
|
+--com.starbase.starteam.SimpleTypedResource
|
+--com.starbase.starteam.Item
|
+--com.starbase.starteam.Audit
Represents a StarTeam Audit record
| Nested Class Summary |
| Nested classes inherited from class com.starbase.starteam.Item |
Item.LockType |
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
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 |
getItemClassName()
Returns the name of the audited item's type. |
java.lang.String |
getItemDescriptor()
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). |
int |
hashCode()
returns a unique hash for all instances of this type |
| Methods inherited from class com.starbase.starteam.TypedResource |
addToIntArray, removeFromIntArray |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getItemDescriptor()
Catalog.getPrimaryDescriptor(int),
PropertyNames.AUDIT_CLASS_ID,
PropertyNames.AUDIT_OBJECT_IDpublic java.lang.String getItemClassName()
PropertyNames.AUDIT_CLASS_IDpublic java.lang.String getItemDescriptor2()
Catalog.getPrimaryDescriptor(int),
PropertyNames.AUDIT_TARGET_2_CLASS_ID,
PropertyNames.AUDIT_TARGET_2_OBJECT_ID,
SupportedFeatures.hasNewAuditProperties()public java.lang.String getItemClass2Name()
PropertyNames.AUDIT_TARGET_2_CLASS_ID,
SupportedFeatures.hasNewAuditProperties()public java.lang.String getItemDescriptor3()
Catalog.getPrimaryDescriptor(int),
PropertyNames.AUDIT_TARGET_3_CLASS_ID,
PropertyNames.AUDIT_TARGET_3_OBJECT_ID,
SupportedFeatures.hasNewAuditProperties()public java.lang.String getItemClass3Name()
PropertyNames.AUDIT_TARGET_3_CLASS_ID,
SupportedFeatures.hasNewAuditProperties()public boolean equals(java.lang.Object source)
equals in class Itemsource - Object the source to comapre with
public int hashCode()
hashCode in class Item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||