|
||||||||||
| 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.ItemReference
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
ItemReference[] |
getChildren()
Returns an array of ItemReferences that are direct children of this ItemReferences, or an empty array if there are none. |
OLEDate |
getCreatedTime()
Returns the CreatedTime for this item, only available on server versions 5.2 and higher. |
int |
getCreatedUserID()
Returns the CreatedUserID of this item, only available on server versions 5.2 and higher. |
OLEDate |
getDeletedTime()
Returns the DeletedTime of this item, only available on server versions 5.2 and higher. |
int |
getDeletedUserID()
Returns the DeletedUserID of this item, only available on server versions 5.2 and higher. |
int |
getDerivedCount()
Returns the number of shares directly derived from this item. |
java.lang.String |
getDotNotation()
Returns the revision number in dot notation form. |
OLEDate |
getEndModifiedTime()
Returns the EndModifiedTime of this item, only available on server versions 5.2 and higher. |
int |
getFolderItemID()
Returns the Item ID of the referenced Item's parent Folder. |
java.lang.String |
getFolderPath()
Returns the folder path of the referenced Item's parent Folder. |
int |
getItemID()
Returns the Item's ItemID. |
OLEDate |
getModifiedTime()
Returns the ModifiedTime of this item, only available on server versions 5.2 and higher. |
int |
getModifiedUserID()
Returns the ModifiedUserID of this item, only available on server versions 5.2 and higher. |
int |
getObjectID()
Returns the item's object ID. |
ItemReference |
getParent()
Returns the parent of this ItemReference, or null if this is the root of the share tree. |
int |
getProjectID()
Returns the Project ID of the project that contains this reference. |
java.lang.String |
getProjectName()
Returns the containing Project's name. |
int |
getViewID()
Returns the ViewID for this item. |
java.lang.String |
getViewPath()
Returns the View path (in this format: "parent\child\grandchild..."). |
int |
hashCode()
returns a unique hash for all instances of this type |
boolean |
isDeleted()
Returns true if the Item has been deleted. |
boolean |
isRelated()
Returns true if this item contains the revision queried by Item.getReferences() in its history. |
boolean |
isViewDeleted()
Returns true if the item's View has been deleted. |
java.lang.String |
toString()
Returns a string containing one line for each property of the ItemReference. |
| Methods inherited from class com.starbase.starteam.SimpleTypedResource |
get, getByteArray, getDouble, getEnumDisplayName, getID, getInt, getIntArray, getOLEDate, getPossibleValues, getPropertyNames, getString, getType, getTypeNames, put, putByPropertyID |
| 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 int getFolderItemID()
public java.lang.String getFolderPath()
public boolean isViewDeleted()
public boolean isDeleted()
public boolean isRelated()
public java.lang.String getViewPath()
public int getProjectID()
public int getDerivedCount()
public ItemReference[] getChildren()
public ItemReference getParent()
public int getObjectID()
public java.lang.String getProjectName()
public java.lang.String getDotNotation()
public int getItemID()
public int getViewID()
public java.lang.String toString()
toString in class TypedResourcepublic OLEDate getCreatedTime()
public int getCreatedUserID()
public OLEDate getModifiedTime()
public OLEDate getEndModifiedTime()
public int getModifiedUserID()
public OLEDate getDeletedTime()
public int getDeletedUserID()
public boolean equals(java.lang.Object source)
equals in class SimpleTypedResourcesource - Object the source to comapre with
public int hashCode()
hashCode in class SimpleTypedResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||