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

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.SecurityChange
          extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.InheritanceChange

public abstract class InheritanceChange
extends SecurityChange

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
InheritanceChange(ms.tfs.versioncontrol.clientservices._03._InheritanceChange change)
           
InheritanceChange(java.lang.String item, boolean inherit)
          Constructs an InheritanceChange for the given item.
 
Method Summary
 ms.tfs.versioncontrol.clientservices._03._InheritanceChange getWebServiceObject()
          Gets the web service object this class wraps.
 boolean isInherit()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.soapextensions.SecurityChange
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

InheritanceChange

public InheritanceChange(java.lang.String item,
                         boolean inherit)
Constructs an InheritanceChange for the given item.

Parameters:
item - the item being changed (must not be null or empty)
inherit - true if the item will now inherit permissions, false if it will not

InheritanceChange

public InheritanceChange(ms.tfs.versioncontrol.clientservices._03._InheritanceChange change)
Method Detail

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._InheritanceChange getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

isInherit

public boolean isInherit()
Returns:
true if the changed item now inherits permissions, false if it does not inherit permissions


© 2015 Microsoft. All rights reserved.