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(@NonNull Class<C> augmentation)
Returns augmentation child modification if
augmentation was modified by this modification. |
@Nullable 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(@NonNull Class<C> child)
Returns container child modification if
child was modified by this modification. |
default <H extends org.opendaylight.yangtools.yang.binding.ChoiceIn<? super T> & org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.ChildOf<? super H>> |
DataObjectModification.getModifiedChildContainer(@NonNull Class<H> caseType,
@NonNull Class<C> child)
Returns container child modification if
child was modified by this modification. |
default <H extends org.opendaylight.yangtools.yang.binding.ChoiceIn<? super T> & org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.Identifiable<K> & org.opendaylight.yangtools.yang.binding.ChildOf<? super H>,K extends org.opendaylight.yangtools.yang.binding.Identifier<C>> |
DataObjectModification.getModifiedChildListItem(@NonNull Class<H> caseType,
@NonNull Class<C> listItem,
K listKey)
Returns child list item modification if
child was modified by this modification. |
<N extends org.opendaylight.yangtools.yang.binding.Identifiable<K> & org.opendaylight.yangtools.yang.binding.ChildOf<? super T>,K extends org.opendaylight.yangtools.yang.binding.Identifier<N>> |
DataObjectModification.getModifiedChildListItem(@NonNull Class<N> listItem,
K listKey)
Returns child list item modification if
child was modified by this modification. |
@NonNull DataObjectModification<T> |
DataTreeModification.getRootNode()
Get the modification root node.
|
Modifier and Type | Method and Description |
---|---|
default <H extends org.opendaylight.yangtools.yang.binding.ChoiceIn<? super T> & org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.ChildOf<? super H>> |
DataObjectModification.getModifiedChildren(@NonNull Class<H> caseType,
@NonNull Class<C> childType)
Returns child list item modification if
child was modified by this modification. |
Copyright © 2019 OpenDaylight. All rights reserved.