Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.PropertyValue

Packages that use PropertyValue
com.microsoft.tfs.core.clients.versioncontrol   
com.microsoft.tfs.core.clients.versioncontrol.events   
com.microsoft.tfs.core.clients.versioncontrol.offline   
com.microsoft.tfs.core.clients.versioncontrol.soapextensions   
 

Uses of PropertyValue in com.microsoft.tfs.core.clients.versioncontrol
 

Fields in com.microsoft.tfs.core.clients.versioncontrol declared as PropertyValue
static PropertyValue PropertyConstants.EXECUTABLE_DISABLED_VALUE
          Convenience instance of a PropertyValue that indicates the Unix execute bit is not set.
static PropertyValue PropertyConstants.EXECUTABLE_ENABLED_VALUE
          Convenience instance of a PropertyValue that indicates the Unix execute bit is set.
static PropertyValue PropertyConstants.IS_SYMLINK
          Convenience instance of a PropertyValue that indicates symbolic link.
static PropertyValue PropertyConstants.NOT_SYMLINK
          Convenience instance of a PropertyValue that indicates not symbolic link.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol that return PropertyValue
static PropertyValue[] PropertyUtils.clonePropertyValues(PropertyValue[] values)
          Returns a new array with new PropertyValue instances matching the given values.
 PropertyValue[] ResolutionOptions.getAcceptMergeProperties()
          When a conflict is to be resolved with the AcceptMerge resolution and there is a conflicting pending property change, this property contains the desired properties.
 PropertyValue[] PropertiesMergeSummary.getMergedProperties()
           
 PropertyValue[] ItemProperties.getProperties()
           
 PropertyValue[] ClientLocalVersionUpdate.getPropertyValues()
           
 PropertyValue[] ResolveConflictHandler.UpdateLocalVersionSpec.getProperyValues()
           
static PropertyValue[] PropertyUtils.mergePendingValues(PropertyValue[] existingValues, PropertyValue[] pendingValues)
          Merges existing and pending property values.
static PropertyValue[] PropertyUtils.selectDirtyPropertyValues(PropertyValue[] propertyValues)
          Selects the "dirty" PropertyValues from the given array and returns only those.
static PropertyValue PropertyUtils.selectMatching(PropertyValue[] values, java.lang.String itemPropertyFilter)
          Selects the property value that matches the given filter.
static PropertyValue[] PropertyUtils.selectMatching(PropertyValue[] values, java.lang.String[] itemPropertyFilters)
          Selects the property values that match the given filters.
static PropertyValue[] PropertyUtils.selectUnique(PropertyValue[] values)
          Deprecated. remove this method as soon as the TFS bug gets fixed that returns duplicate property values
 

Methods in com.microsoft.tfs.core.clients.versioncontrol with parameters of type PropertyValue
static PropertiesMergeSummary PropertiesMergeSummary.calculateSummary(PropertyValue[] baseProperties, PropertyValue[] yourProperties, PropertyValue[] theirProperties)
          Calculates the merge summary based on the provided properties.
static PropertiesMergeSummary PropertiesMergeSummary.calculateSummary(PropertyValue[] baseProperties, PropertyValue[] yourProperties, PropertyValue[] theirProperties)
          Calculates the merge summary based on the provided properties.
static PropertiesMergeSummary PropertiesMergeSummary.calculateSummary(PropertyValue[] baseProperties, PropertyValue[] yourProperties, PropertyValue[] theirProperties)
          Calculates the merge summary based on the provided properties.
static PropertyValue[] PropertyUtils.clonePropertyValues(PropertyValue[] values)
          Returns a new array with new PropertyValue instances matching the given values.
static boolean PropertyUtils.equals(PropertyValue[] values1, PropertyValue[] values2)
           
static boolean PropertyUtils.equals(PropertyValue[] values1, PropertyValue[] values2)
           
static ItemProperties[] ItemProperties.fromStrings(java.lang.String[] paths, PropertyValue[] properties)
          Returns an array of new ItemProperties objects, one for each given path, each containing all the specified properties.
static PropertyValue[] PropertyUtils.mergePendingValues(PropertyValue[] existingValues, PropertyValue[] pendingValues)
          Merges existing and pending property values.
static PropertyValue[] PropertyUtils.mergePendingValues(PropertyValue[] existingValues, PropertyValue[] pendingValues)
          Merges existing and pending property values.
 void UpdateLocalVersionQueue.queueUpdate(java.lang.String sourceServerItem, int itemId, java.lang.String targetLocalItem, int localVersion, java.util.Calendar localVersionCheckinDate, int encoding, byte[] baselineHashValue, long baselineFileLength, PropertyValue[] properties)
          Queue a request to tell the server the local disk location of an item in the workspace.
 void UpdateLocalVersionQueue.queueUpdate(java.lang.String sourceServerItem, int itemId, java.lang.String targetLocalItem, int localVersion, PropertyValue[] properties)
          Queue a request to tell the server the local disk location of an item in the workspace.
static PropertyValue[] PropertyUtils.selectDirtyPropertyValues(PropertyValue[] propertyValues)
          Selects the "dirty" PropertyValues from the given array and returns only those.
static PropertyValue PropertyUtils.selectMatching(PropertyValue[] values, java.lang.String itemPropertyFilter)
          Selects the property value that matches the given filter.
static PropertyValue[] PropertyUtils.selectMatching(PropertyValue[] values, java.lang.String[] itemPropertyFilters)
          Selects the property values that match the given filters.
static PropertyValue[] PropertyUtils.selectUnique(PropertyValue[] values)
          Deprecated. remove this method as soon as the TFS bug gets fixed that returns duplicate property values
 void ResolutionOptions.setAcceptMergeProperties(PropertyValue[] acceptMergeProperties)
           
 void PropertiesMergeSummary.setMergedProperties(PropertyValue[] mergedProperties)
           
 void ItemProperties.setProperties(PropertyValue[] properties)
           
 void ResolveConflictHandler.UpdateLocalVersionSpec.setPropertyValues(PropertyValue[] properties)
           
 void ClientLocalVersionUpdate.setPropertyValues(PropertyValue[] properties)
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol with parameters of type PropertyValue
ClientLocalVersionUpdate(java.lang.String sourceServerItem, int itemID, java.lang.String targetLocalItem, int versionLocal, java.util.Calendar versionLocalDate, int encoding, byte[] baselineHashValue, long baselineFileLength, byte[] baselineFileGuid, java.lang.String pendingChangeTargetServerItem, PropertyValue[] properties)
           
ClientLocalVersionUpdate(java.lang.String sourceServerItem, int itemID, java.lang.String targetLocalItem, int versionLocal, int encoding, boolean keepLocalVersionRowOnDelete, PropertyValue[] properties)
           
ClientLocalVersionUpdate(java.lang.String sourceServerItem, int itemID, java.lang.String targetLocalItem, int versionLocal, PropertyValue[] properties)
           
ItemProperties(java.lang.String path, PropertyValue[] properties)
           
 

Uses of PropertyValue in com.microsoft.tfs.core.clients.versioncontrol.events
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events that return PropertyValue
 PropertyValue[] MergingEvent.getPropertyValues()
           
 PropertyValue[] GetEvent.getTargetPropertyValues()
           
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type PropertyValue
GetEvent(EventSource source, com.microsoft.tfs.core.clients.versioncontrol.engines.internal.AsyncGetOperation asyncOp, OperationStatus status, GetOperation action, java.lang.String targetLocalItem, ChangeType targetChangeType, PropertyValue[] targetPropertyValues)
           
MergingEvent(EventSource source, Conflict conflict, Workspace workspace, boolean isLatest, PendingChange pendingChange, OperationStatus status, ChangeType targetLocalChangeType, boolean diskUpdateAttempted, PropertyValue[] properties)
           
 

Uses of PropertyValue in com.microsoft.tfs.core.clients.versioncontrol.offline
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.offline that return PropertyValue
 PropertyValue OfflineChangeType.getPropertyValue()
           
 PropertyValue[] OfflineChange.getPropertyValue()
           
 

Uses of PropertyValue in com.microsoft.tfs.core.clients.versioncontrol.soapextensions
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions that return PropertyValue
 PropertyValue[] Conflict.getBaseProperties()
          Properties for BaseServerItem.
 PropertyValue[] ChangeRequest.getProperties()
           
 PropertyValue[] Shelveset.getPropertyValues()
           
 PropertyValue[] PendingChange.getPropertyValues()
           
 PropertyValue[] LocalPendingChange.getPropertyValues()
          Gets the property values for this change.
 PropertyValue[] Item.getPropertyValues()
           
 PropertyValue[] GetOperation.getPropertyValues()
           
 PropertyValue[] ExtendedItem.getPropertyValues()
           
 PropertyValue[] Changeset.getPropertyValues()
           
 PropertyValue[] ArtifactPropertyValue.getPropertyValues()
           
 PropertyValue[] Conflict.getTheirProperties()
          Properties for TheirServerItem.
 PropertyValue[] Conflict.getYourProperties()
          Properties for YourServerItem.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type PropertyValue
 int Workspace.pendPropertyChange(java.lang.String[] paths, PropertyValue[] properties, RecursionType recursion, LockLevel lockLevel, PendChangesOptions options, java.lang.String[] itemPropertyFilters)
          Pends changes on the passed in paths giving each of them the passed in properties.
 int Workspace.pendPropertyChange(java.lang.String[] paths, PropertyValue property, RecursionType recursion, LockLevel lockLevel)
          Pends changes on the passed in paths giving each of them the passed in properties.
 int Workspace.pendPropertyChange(java.lang.String path, PropertyValue property)
          Pends changes on the passed in path giving it the passed in property.
 int Workspace.pendPropertyChange(java.lang.String path, PropertyValue[] properties, RecursionType recursion, LockLevel lockLevel)
          Pends changes on the passed in path giving it the passed in properties.
 int Workspace.pendPropertyChange(java.lang.String path, PropertyValue property, RecursionType recursion, LockLevel lockLevel)
          Pends changes on the passed in path giving it the passed in properties.
 void ChangeRequest.setProperties(PropertyValue[] properties)
           
 void LocalPendingChange.setPropertyValues(PropertyValue[] values)
          Sets the property values for this change.
 void Item.setPropertyValues(PropertyValue[] properties)
           
 void GetOperation.setPropertyValues(PropertyValue[] propertyValues)
           
 java.lang.String ChangeType.toUIString(boolean showLock, PropertyValue[] properties)
          Gets a localized string describing the changes in this ChangeType including property change information (if supplied).
 

Constructors in com.microsoft.tfs.core.clients.versioncontrol.soapextensions with parameters of type PropertyValue
ArtifactPropertyValue(ArtifactSpec spec, PropertyValue[] propertyValues)
           
Changeset(Change[] changes, java.lang.String comment, CheckinNote checkinNote, PolicyOverrideInfo policyOverride, java.lang.String committer, java.lang.String committerDisplayName, java.util.Calendar date, int changeSetID, java.lang.String owner, java.lang.String ownerDisplayName, PropertyValue[] properties)
           
PendingChange(java.lang.String serverItem, java.lang.String sourceServerItem, int sourceVersionFrom, int sourceDeletionID, int deletionID, LockLevel lockLevel, java.lang.String localItem, ItemType itemType, int itemID, java.util.Calendar creationDate, int version, ChangeType changeType, byte[] hashValue, byte[] uploadHashValue, int encoding, int pendingChangeID, PropertyValue[] properties, boolean isCandidate)
           
Shelveset(java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String comment, java.lang.String policyOverrideComment, CheckinNote checkinNote, VersionControlLink[] links, java.util.Calendar creationDate, boolean changesExcluded, PropertyValue[] propertyValues)
           
Shelveset(java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String comment, java.lang.String policyOverrideComment, CheckinNote checkinNote, WorkItemCheckedInfo[] checkedInfo, java.util.Calendar creationDate, boolean changesExcluded, PropertyValue[] propertyValues)
           
Shelveset(java.lang.String name, java.lang.String owner, java.lang.String ownerDisplayName, java.lang.String comment, java.lang.String policyOverrideComment, CheckinNote checkinNote, WorkItemCheckinInfo[] checkedInfo, java.util.Calendar creationDate, boolean changesExcluded, PropertyValue[] propertyValues)
           
 



© 2015 Microsoft. All rights reserved.