|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.versioncontrol.MoveUncommittedLocalVersionUpdate
public class MoveUncommittedLocalVersionUpdate
Constructor Summary | |
---|---|
MoveUncommittedLocalVersionUpdate(java.lang.String newTargetServerItem,
java.lang.String sourceLocalItem)
|
Method Summary | |
---|---|
void |
close()
|
int |
getItemID()
Item ID corresponding to SourceServerItem (optional; but your calls to UpdateLocalVersion on a pre-Dev11 server will fail if this is not provided). |
java.lang.String |
getSourceLocalItem()
|
java.lang.String |
getSourceServerItem()
Committed server item of the item whose local version row should be updated, or the target server item if the item is uncommitted (VersionLocal == 0) |
java.lang.String |
getTargetLocalItem()
The path on the local disk where this item is currently located, or null to remove it from the workspace (delete the local version row). |
int |
getVersionLocal()
The version of the item in the workspace. |
boolean |
isCommitted()
Shorthand property for VersionLocal != 0 |
boolean |
isSendToServer()
Indicates whether or not this ILocalVersionUpdate is eligible to be transformed into a LocalVersionUpdate/ServerItemLocalVersionUpdate object for use in a webmethod call to UpdateLocalVersion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveUncommittedLocalVersionUpdate(java.lang.String newTargetServerItem, java.lang.String sourceLocalItem)
Method Detail |
---|
public boolean isSendToServer()
ILocalVersionUpdate
isSendToServer
in interface ILocalVersionUpdate
public boolean isCommitted()
ILocalVersionUpdate
isCommitted
in interface ILocalVersionUpdate
public java.lang.String getSourceServerItem()
ILocalVersionUpdate
getSourceServerItem
in interface ILocalVersionUpdate
public int getItemID()
ILocalVersionUpdate
getItemID
in interface ILocalVersionUpdate
public java.lang.String getTargetLocalItem()
ILocalVersionUpdate
getTargetLocalItem
in interface ILocalVersionUpdate
public int getVersionLocal()
ILocalVersionUpdate
getVersionLocal
in interface ILocalVersionUpdate
public java.lang.String getSourceLocalItem()
public void close()
close
in interface com.microsoft.tfs.util.Closable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |