Uses of Interface
org.opendaylight.yangtools.yang.data.tree.api.DataTreeModificationCursor
-
Uses of DataTreeModificationCursor in org.opendaylight.yangtools.yang.data.tree.api
Methods in org.opendaylight.yangtools.yang.data.tree.api that return DataTreeModificationCursorModifier and TypeMethodDescriptiondefault DataTreeModificationCursorCursorAwareDataTreeModification.openCursor()Create a newDataTreeModificationCursorat the root of the modification.Methods in org.opendaylight.yangtools.yang.data.tree.api that return types with arguments of type DataTreeModificationCursorModifier and TypeMethodDescriptionOptional<? extends DataTreeModificationCursor>CursorAwareDataTreeModification.openCursor(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) Create a newDataTreeModificationCursorat specified path.Methods in org.opendaylight.yangtools.yang.data.tree.api with parameters of type DataTreeModificationCursorModifier and TypeMethodDescriptionvoidDataTreeModification.applyToCursor(@NonNull DataTreeModificationCursor cursor) Apply the contents of this modification to a cursor.