Package com.e1c.g5.v8.dt.check.qfix
Interface IFixChange
-
public interface IFixChange
The single change that is being defined by a specificIFixVariant
of a specificIFix
The change is a definition of some model data/language data/resource change that is being defined during theIFixVariant#prepareChanges()
fix performing state. The direct execution is impossible as the defined change may/will be used for the preview first, and only than the execution will be performed. Typical change contains the target object, the definition/data of the place to set the change into, and so on. See the correspondingIFixChangeProcessor
for the corresonding processing logic