Uses of Class
com.microsoft.tfs.core.clients.webservices.IdentityPropertyScope

Packages that use IdentityPropertyScope
com.microsoft.tfs.core.clients.webservices   
 

Uses of IdentityPropertyScope in com.microsoft.tfs.core.clients.webservices
 

Fields in com.microsoft.tfs.core.clients.webservices declared as IdentityPropertyScope
static IdentityPropertyScope IdentityPropertyScope.BOTH
           
static IdentityPropertyScope IdentityPropertyScope.GLOBAL
           
static IdentityPropertyScope IdentityPropertyScope.LOCAL
           
static IdentityPropertyScope IdentityPropertyScope.NONE
           
 

Methods in com.microsoft.tfs.core.clients.webservices with parameters of type IdentityPropertyScope
 java.util.Set<java.lang.String> TeamFoundationIdentity.getModifiedPropertiesLog(IdentityPropertyScope propertyScope)
          Modified properties, to be processed on update.
 java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.Object>> TeamFoundationIdentity.getProperties(IdentityPropertyScope propertyScope)
          Property bag.
 java.lang.Object TeamFoundationIdentity.getProperty(IdentityPropertyScope propertyScope, java.lang.String name)
          Property accessor.
 TeamFoundationIdentity[] IdentityManagementService2.listApplicationGroups(java.lang.String scopeId, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[] IIdentityManagementService2.listApplicationGroups(java.lang.String scopeId, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Lists all TFS application groups within the specified scope
 TeamFoundationIdentity[] IdentityManagementService2.readIdentities(com.microsoft.tfs.util.GUID[] teamFoundationIds, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[] IIdentityManagementService2.readIdentities(com.microsoft.tfs.util.GUID[] teamFoundationIds, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Read identities by Team Foundation Id.
 TeamFoundationIdentity[] IdentityManagementService2.readIdentities(IdentityDescriptor[] descriptors, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[] IIdentityManagementService2.readIdentities(IdentityDescriptor[] descriptors, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Read identities for given descriptors.
 TeamFoundationIdentity[][] IdentityManagementService2.readIdentities(IdentitySearchFactor searchFactor, java.lang.String[] searchFactorValues, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[][] IIdentityManagementService2.readIdentities(IdentitySearchFactor searchFactor, java.lang.String[] searchFactorValues, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Read identities based on search factor.
 TeamFoundationIdentity IdentityManagementService2.readIdentity(IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity IIdentityManagementService2.readIdentity(IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Overload that takes a single descriptor.
 TeamFoundationIdentity IdentityManagementService2.readIdentity(IdentitySearchFactor searchFactor, java.lang.String searchFactorValue, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity IIdentityManagementService2.readIdentity(IdentitySearchFactor searchFactor, java.lang.String searchFactorValue, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Overload that takes a single search factor and returns match following this order.
 void TeamFoundationIdentity.removeProperty(IdentityPropertyScope propertyScope, java.lang.String name)
          Remove property, if it exists.
 void TeamFoundationIdentity.setProperty(IdentityPropertyScope propertyScope, java.lang.String name, java.lang.Object value)
          Sets a property, will overwrite if already set.
 boolean TeamFoundationIdentity.tryGetProperty(IdentityPropertyScope propertyScope, java.lang.String name, java.util.concurrent.atomic.AtomicReference<java.lang.Object> value)
          Property accessor.
 



© 2015 Microsoft. All rights reserved.