|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPopulatableLocalVersionUpdate
Method Summary | |
---|---|
byte[] |
getBaselineFileGUID()
The baseline file GUID for the baseline for this update |
byte[] |
getBaselineHashValue()
The MD5 hash value of the baseline for this update |
java.lang.String |
getDownloadURL()
The URL where the baseline for this local version entry can be retrieved |
java.lang.String |
getPendingChangeTargetServerItem()
If non-null, EnsureUpdatesFullyPopulated may use QueryPendingChanges as a preferred data source for populating missing baseline information. |
boolean |
isFullyPopulated(boolean requireVersionLocalDate)
Indicates whether this IPopulatableLocalVersionUpdate has all the fields populated that are necessary to call UpdateLocalVersion for a local workspace. |
void |
setDownloadURL(java.lang.String value)
|
void |
updateFrom(Item item)
Updates the populatable fields of this IPopulatableLocalVersionUpdate from the data in the provided Item object. |
void |
updateFrom(PendingChange pendingChange)
Updates the populatable fields of this IPopulatableLocalVersionUpdate from the data in the provided PendingChange object. |
void |
updateFrom(com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLocalItem lvExisting)
Updates the populatable fields of this IPopulatableLocalVersionUpdate from the data in the provided WorkspaceLocalItem object. |
Methods inherited from interface com.microsoft.tfs.core.clients.versioncontrol.ILocalVersionUpdate |
---|
getItemID, getSourceServerItem, getTargetLocalItem, getVersionLocal, isCommitted, isSendToServer |
Method Detail |
---|
byte[] getBaselineFileGUID()
byte[] getBaselineHashValue()
java.lang.String getDownloadURL()
void setDownloadURL(java.lang.String value)
java.lang.String getPendingChangeTargetServerItem()
boolean isFullyPopulated(boolean requireVersionLocalDate)
void updateFrom(Item item)
item
- Data source to update fromvoid updateFrom(com.microsoft.tfs.core.clients.versioncontrol.internal.localworkspace.WorkspaceLocalItem lvExisting)
lvExisting
- Data source to update fromvoid updateFrom(PendingChange pendingChange)
pendingChange
- Data source to update from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |