Package com.e1c.g5.v8.dt.check.qfix
Interface IFixChangeProcessor<CH extends IFixChange,C extends IFixContext>
-
public interface IFixChangeProcessor<CH extends IFixChange,C extends IFixContext>The execution logic for a specificIFixChange.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyFix(CH fixChange, C context, IFixSession session)Applies the fix change to the target data contextClass<CH>getProcessedFixType()Binds this change processor to a specific type of theIFixChangeThe EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found
-
-
-
Method Detail
-
getProcessedFixType
Class<CH> getProcessedFixType()
Binds this change processor to a specific type of theIFixChangeThe EDT fix subsystem supports superclasses to match fix changes and fix processors in case if the direct correspondence isn't found- Returns:
- The type of the served
IFixChange
-
applyFix
void applyFix(CH fixChange, C context, IFixSession session)
Applies the fix change to the target data context- Parameters:
fixChange- The fix to apply
-
-