Class BmObjectDeleteOperation
java.lang.Object
com._1c.g5.v8.dt.internal.refactoring.core.operation.BmObjectDeleteOperation
- All Implemented Interfaces:
IBmRefactoringOperation
,IRefactoringOperation
The BM object delete operation.
-
Constructor Summary
ConstructorsConstructorDescriptionBmObjectDeleteOperation
(long bmObjectId) Creates a new BmObject delete operation. -
Method Summary
Modifier and TypeMethodDescriptionvoid
perform()
Performs the refactoring operation.void
setActiveTransaction
(IBmTransaction transaction) Sets the active transaction to the specified one.
-
Constructor Details
-
BmObjectDeleteOperation
public BmObjectDeleteOperation(long bmObjectId) Creates a new BmObject delete operation.- Parameters:
bmObjectId
- the id of the BmObject.
-
-
Method Details
-
perform
public void perform()Description copied from interface:IRefactoringOperation
Performs the refactoring operation.- Specified by:
perform
in interfaceIRefactoringOperation
-
setActiveTransaction
Description copied from interface:IBmRefactoringOperation
Sets the active transaction to the specified one.- Specified by:
setActiveTransaction
in interfaceIBmRefactoringOperation
- Parameters:
transaction
- the active transaction, can benull
.
-