public class DeleteOperation extends Object implements TransactionOperation
Constructor and Description |
---|
DeleteOperation(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
addOperationIntoTransaction(org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction transaction)
Adds this operation into provided transaction (.put(), .delete())
|
public DeleteOperation(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier identifier)
identifier
- points at place where data should be deletedpublic void addOperationIntoTransaction(org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction transaction)
TransactionOperation
addOperationIntoTransaction
in interface TransactionOperation
transaction
- DOMDataWriteTransaction
to be filled with operation.Copyright © 2018 OpenDaylight. All rights reserved.