|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Link.Endpoint
public static final class Link.Endpoint
Represents a link reference to a viewMember.
Link,
ViewMember.findLinks(),
View.resolveLinkEndpoint(com.starteam.Link.Endpoint)| Method Summary | |
|---|---|
Link.Endpoint |
copy()
Copies this link endpoint, creating a new one with the same content. |
java.lang.String |
getDebugString()
Returns a debug string representation of this link endpoint. |
ViewMember |
getDisembodiedViewMember()
Resolves this link endpoint. |
DotNotation |
getDotNotation()
Returns the dot notation for the revision being referenced by this link. |
int |
getFolderObjectID()
Returns the object ID for the parent folder of the linked viewMember. |
int |
getObjectID()
Returns the object ID of the underlying object referenced by the viewMember. |
int |
getRevisionNumber()
Returns the revision number for the specific revision this link endpoint references. |
ViewMember.Type |
getType()
Returns the Type of the viewMember for this link
endpoint. |
int |
getViewID()
Returns the view ID in which the referenced viewMember exists. |
int |
getVMID()
Gets the ID of the view member being referenced. |
boolean |
isEqualTo(Link.Endpoint other)
Determines whether or not the contents of two link endpoints are the same. |
boolean |
isPinned()
Returns true if the viewMember referenced is fixed at a
specific revision such that the association does not propagate to
newer versions of the viewMember. |
ViewMember |
resolve()
Gets a fully resolved version of the referenced view member. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ViewMember.Type getType()
Type of the viewMember for this link
endpoint.
TypedResource.getType()public int getVMID()
ViewMember.getVMID()public int getObjectID()
isPinned method to determine if a link is pinned.
Link.Endpoint.isPinned()public int getRevisionNumber()
Link.Endpoint.isPinned()public DotNotation getDotNotation()
Link.Endpoint.isPinned()public int getViewID()
View.getViewID()public int getFolderObjectID()
public boolean isPinned()
true if the viewMember referenced is fixed at a
specific revision such that the association does not propagate to
newer versions of the viewMember.
public ViewMember getDisembodiedViewMember()
ViewMember,
ViewMember.isDisembodied(),
View.getDisembodiedViewMember(com.starteam.ViewMember.Type, int)public ViewMember resolve()
public boolean isEqualTo(Link.Endpoint other)
other - The link endpoint to be compared to this one.
public Link.Endpoint copy()
public java.lang.String getDebugString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||