Package com._1c.g5.v8.dt.refactoring.core
package com._1c.g5.v8.dt.refactoring.core
-
ClassDescriptionIndicates that an object reference cleaning is unsupported.Indicates that an object deletion is forbidden.Indicates that an object editing is forbidden.The refactoring operation that performs changes using
IBmTransaction
.
The lifecycle is the next: Set the active transaction before 'perform' -IBmRefactoringOperation.setActiveTransaction(IBmTransaction)
. Perform refactoring operations -IRefactoringOperation.perform()
. Reset the active transaction tonull
.Clients implement this interface in order to provide custom processing logic responsible for updating objects implicitly connected with the object being deleted.The wrapping refactoring item that keeps the LTK change.The refactoring entity.The logical structure of refactoring operations.The refactoring operation interface.
The operation can execute post processing logic.The post processor interface.The refactoring problem.The refactoring service.Clients implement this interface in order to provide custom processing logic responsible for updating objects implicitly connected with the object being renamed.A descriptor of the refactoring operation.Refactoring settings context.The refactoring status.The refactoring task.