Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixChange
-
Packages that use IFixChange Package Description com.e1c.g5.v8.dt.bsl.check.qfix com.e1c.g5.v8.dt.check.qfix com.e1c.g5.v8.dt.check.qfix.components -
-
Uses of IFixChange in com.e1c.g5.v8.dt.bsl.check.qfix
Methods in com.e1c.g5.v8.dt.bsl.check.qfix that return types with arguments of type IFixChange Modifier and Type Method Description Collection<IFixChange>
SingleVariantXtextBslModuleFix. prepareChanges(SingleVariantXtextBslModuleFixContext context, IFixSession session)
-
Uses of IFixChange in com.e1c.g5.v8.dt.check.qfix
Classes in com.e1c.g5.v8.dt.check.qfix with type parameters of type IFixChange Modifier and Type Interface Description interface
IFixChangePreviewProvider<CH extends IFixChange>
Provides the specific preview logic for the givenIFixChange
.interface
IFixChangeProcessor<CH extends IFixChange,C extends IFixContext>
The execution logic for a specificIFixChange
.Methods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type IFixChange Modifier and Type Method Description IFixChangeProcessor<? extends IFixChange,? extends IFixContext>
FixDescriptor. getChangeProcessor()
Provides the change processorCollection<IFixChange>
IFixVariant. prepareChanges(C context, IFixSession session)
Prepares the changes to form the fixMethod parameters in com.e1c.g5.v8.dt.check.qfix with type arguments of type IFixChange Modifier and Type Method Description void
IFixRepository. registerChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)
Registers the quick fix change processorvoid
FixDescriptor. setChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)
Sets the change processor -
Uses of IFixChange in com.e1c.g5.v8.dt.check.qfix.components
Methods in com.e1c.g5.v8.dt.check.qfix.components that return types with arguments of type IFixChange Modifier and Type Method Description Collection<IFixChange>
SingleVariantModelBasicFix. prepareChanges(BasicModelFixContext context, IFixSession session)
-