Interface | Description |
---|---|
CompositeModification |
CompositeModification contains a list of modifications that need to be applied to the DOMStore.
|
Modification |
Represents a modification to the data store.
|
Class | Description |
---|---|
AbstractModification |
Base class to be used for all simple modifications that can be applied to a DOMStoreTransaction.
|
DeleteModification |
DeleteModification store all the parameters required to delete a path from the data tree.
|
MergeModification |
MergeModification stores all the parameters required to merge data into the specified path.
|
MutableCompositeModification |
MutableCompositeModification is just a mutable version of a CompositeModification.
|
WriteModification |
WriteModification stores all the parameters required to write data to the specified path.
|
Copyright © 2019 OpenDaylight. All rights reserved.