Package com.e1c.g5.v8.dt.check.qfix
Interface IFixChange
-
public interface IFixChangeThe single change that is being defined by a specificIFixVariantof a specificIFixThe 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 correspondingIFixChangeProcessorfor the corresonding processing logic