com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class SecurityChange

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.SecurityChange
Direct Known Subclasses:
InheritanceChange, PermissionChange

public abstract class SecurityChange
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Represents a security change.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
SecurityChange(ms.tfs.versioncontrol.clientservices._03._SecurityChange change)
           
 
Method Summary
 java.lang.String getItem()
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityChange

public SecurityChange(ms.tfs.versioncontrol.clientservices._03._SecurityChange change)
Method Detail

getItem

public java.lang.String getItem()
Returns:
the path of the item whose security was changed


© 2015 Microsoft. All rights reserved.