Package | Description |
---|---|
org.opendaylight.controller.md.sal.binding.api |
Modifier and Type | Method and Description |
---|---|
<C extends org.opendaylight.yangtools.yang.binding.Augmentation<T> & org.opendaylight.yangtools.yang.binding.DataObject> |
DataObjectModification.getModifiedAugmentation(Class<C> augmentation)
Returns augmentation child modification if
augmentation was modified by this
modification. |
DataObjectModification<? extends org.opendaylight.yangtools.yang.binding.DataObject> |
DataObjectModification.getModifiedChild(org.opendaylight.yangtools.yang.binding.InstanceIdentifier.PathArgument childArgument)
Returns a child modification if a node identified by
childArgument was modified by
this modification. |
<C extends org.opendaylight.yangtools.yang.binding.ChildOf<? super T>> |
DataObjectModification.getModifiedChildContainer(Class<C> child)
Returns container child modification if
child was modified by this
modification. |
<C extends org.opendaylight.yangtools.yang.binding.Identifiable<K> & org.opendaylight.yangtools.yang.binding.ChildOf<? super T>,K extends org.opendaylight.yangtools.yang.binding.Identifier<C>> |
DataObjectModification.getModifiedChildListItem(Class<C> listItem,
K listKey)
Returns child list item modification if
child was modified by this modification. |
DataObjectModification<T> |
DataTreeModification.getRootNode()
Get the modification root node.
|
Modifier and Type | Method and Description |
---|---|
Collection<DataObjectModification<? extends org.opendaylight.yangtools.yang.binding.DataObject>> |
DataObjectModification.getModifiedChildren()
Returns unmodifiable collection of modified direct children.
|
Copyright © 2019 OpenDaylight. All rights reserved.