Interface DataTreeModification<T extends DataObject>
-
@Deprecated(forRemoval=true) public interface DataTreeModification<T extends DataObject>
Deprecated, for removal: This API element is subject to removal in a future version.UseDataTreeModification
instead.Represent root of modification.- Author:
- Tony Tkacik <[email protected]>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NonNull DataObjectModification<T>
getRootNode()
Deprecated, for removal: This API element is subject to removal in a future version.Get the modification root node.@NonNull DataTreeIdentifier<T>
getRootPath()
Deprecated, for removal: This API element is subject to removal in a future version.Get the modification root path.
-
-
-
Method Detail
-
getRootPath
@NonNull DataTreeIdentifier<T> getRootPath()
Deprecated, for removal: This API element is subject to removal in a future version.Get the modification root path. This is the path of the root node relative to the root of InstanceIdentifier namespace.- Returns:
- absolute path of the root node
-
getRootNode
@NonNull DataObjectModification<T> getRootNode()
Deprecated, for removal: This API element is subject to removal in a future version.Get the modification root node.- Returns:
- modification root node
-
-