Interface IBmRefactoringOperation

All Superinterfaces:
IRefactoringOperation
All Known Implementing Classes:
BmObjectDeleteOperation, CrossReferenceUpdateOperation

public interface IBmRefactoringOperation extends IRefactoringOperation
The refactoring operation that performs changes using IBmTransaction.
The lifecycle is the next:
  • Method Details

    • setActiveTransaction

      void setActiveTransaction(IBmTransaction transaction)
      Sets the active transaction to the specified one.
      Parameters:
      transaction - the active transaction, can be null.