|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Share.WebCacheShare
public static final class Share.WebCacheShare
Base accessor for cached SDK Shares
| Method Summary | |
|---|---|
Share.WebCacheShare[] |
getChildShares()
Returns an array of Shares that are direct children of this Share, or an empty array if there are none. |
User.WebCacheUser |
getCreatedBy()
Returns the User who created this item, only available on server versions 5.2 and higher. |
DateTime |
getCreatedTime()
Returns the CreatedTime for this item, only available on server versions 5.2 and higher. |
User.WebCacheUser |
getDeletedBy()
Returns the User who deleted this item, only available on server versions 5.2 and higher. |
DateTime |
getDeletedTime()
Returns the DeletedTime of this item, only available on server versions 5.2 and higher. |
int |
getDerivedCount()
Returns the number of shares directly derived from this item. |
DotNotation |
getDotNotation()
Returns the revision number in dot notation form. |
DateTime |
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. |
User.WebCacheUser |
getModifiedBy()
Returns the User who last modified this item, only available on server versions 5.2 and higher. |
DateTime |
getModifiedTime()
Returns the ModifiedTime of this item, only available on server versions 5.2 and higher. |
int |
getObjectID()
Returns the item's object ID. |
Share.WebCacheShare |
getParentShare()
Returns the parent of this Share, or null if this is the root of the share tree. |
Project.WebCacheProject |
getProject()
Returns the project that contains this reference. |
java.lang.String |
getProjectName()
Returns the containing Project's name. |
View.WebCacheView |
getView()
Returns the View for this share. |
java.lang.String |
getViewPath()
Returns the View path (in this format: "parent\child\grandchild..."). |
int |
getVMID()
Returns the shared ViewMember's VMID. |
boolean |
isDeleted()
Returns true if the Item has been deleted. |
boolean |
isFirstOfItsBranch()
Determines whether or not this share is the first share of its branch. |
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 the ID of this Share. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, 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 Project.WebCacheProject getProject()
public int getDerivedCount()
public int getObjectID()
public java.lang.String getProjectName()
public DotNotation getDotNotation()
public int getVMID()
public View.WebCacheView getView()
public java.lang.String toString()
toString in class java.lang.Objectpublic DateTime getCreatedTime()
public User.WebCacheUser getCreatedBy()
public DateTime getModifiedTime()
public DateTime getEndModifiedTime()
public User.WebCacheUser getModifiedBy()
public DateTime getDeletedTime()
public User.WebCacheUser getDeletedBy()
public Share.WebCacheShare getParentShare()
public Share.WebCacheShare[] getChildShares()
public boolean isFirstOfItsBranch()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||