Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixChange
Packages that use IFixChange
Package
Description
-
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 IFixChangeModifier and TypeMethodDescriptionSingleVariantXtextBslModuleFix.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 IFixChangeModifier and TypeInterfaceDescriptioninterface
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 IFixChangeModifier and TypeMethodDescriptionIFixChangeProcessor<? extends IFixChange,
? extends IFixContext> FixDescriptor.getChangeProcessor()
Provides the change processorIFixVariant.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 IFixChangeModifier and TypeMethodDescriptionvoid
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 IFixChangeModifier and TypeMethodDescriptionfinal Collection<IFixChange>
SingleVariantModelBasicFix.prepareChanges
(BasicModelFixContext context, IFixSession session)