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.qfixMethods 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.qfixClasses in com.e1c.g5.v8.dt.check.qfix with type parameters of type IFixChangeModifier and TypeInterfaceDescriptioninterfaceIFixChangePreviewProvider<CH extends IFixChange>Provides the specific preview logic for the givenIFixChange.interfaceIFixChangeProcessor<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 TypeMethodDescriptionvoidIFixRepository.registerChangeProcessor(IFixChangeProcessor<? extends IFixChange, ? extends IFixContext> changeProcessor) Registers the quick fix change processorvoidFixDescriptor.setChangeProcessor(IFixChangeProcessor<? extends IFixChange, ? extends IFixContext> changeProcessor) Sets the change processor
- 
Uses of IFixChange in com.e1c.g5.v8.dt.check.qfix.componentsMethods 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)