Interface IBmRefactoringOperation
- All Superinterfaces:
IRefactoringOperation
- All Known Implementing Classes:
BmObjectDeleteOperation
,CrossReferenceUpdateOperation
The refactoring operation that performs changes using
The lifecycle is the next:
IBmTransaction
.The lifecycle is the next:
- Set the active transaction before 'perform' -
setActiveTransaction(IBmTransaction)
. - Perform refactoring operations -
IRefactoringOperation.perform()
. - Reset the active transaction to
null
.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActiveTransaction
(IBmTransaction transaction) Sets the active transaction to the specified one.Methods inherited from interface com._1c.g5.v8.dt.refactoring.core.IRefactoringOperation
perform
-
Method Details
-
setActiveTransaction
Sets the active transaction to the specified one.- Parameters:
transaction
- the active transaction, can benull
.
-