Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFix
Packages that use IFix
Package
Description
-
Uses of IFix in com.e1c.g5.v8.dt.bsl.check.qfix
Classes in com.e1c.g5.v8.dt.bsl.check.qfix that implement IFixModifier and TypeClassDescriptionclassMulti-variant xtext module fix definitionclassSingle variant xtext bsl module fix common class for multi-variant quick fixes -
Uses of IFix in com.e1c.g5.v8.dt.check.internal.md.check.fixs
Classes in com.e1c.g5.v8.dt.check.internal.md.check.fixs that implement IFixModifier and TypeClassDescriptionclassThe single-variant fix forBinaryDataStorageLocationUseFieldTypeCheckallows to remove reference with incorrect type.classThe multi-variant fix forConfigurationStandaloneContentCheckallows to remove bad content item from used, unused and priority items.classThe single-variant fix forDbObjectTabularSectionCheckallows to set right length value.classThe single-variant fix forReferenceValueCheckallows to remove unresolved reference value.classThe single-variant fix forReferenceValueCheckNonCriticalallows to remove unresolved reference value. -
Uses of IFix in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs
Classes in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs that implement IFixModifier and TypeClassDescriptionclassXDTOPackageextension package and namespace features dependency state check fix. -
Uses of IFix in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type IFixModifier and TypeMethodDescriptionMap<CheckUid,Set<IFix<? extends IFixContext>>> IFixProvider.getFixes()Gets all registered fixesMap<CheckUid,Collection<IFix<? extends IFixContext>>> IFixRepository.getFixes()Gets all registered fixes.Collection<IFix<? extends IFixContext>>Provides the quick fixes collection by check UIDMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type IFixModifier and TypeMethodDescriptionvoidIFixRepository.registerFix(IFix<? extends IFixContext> fix) Manual addition of a pre-created fix to the repository -
Uses of IFix in com.e1c.g5.v8.dt.check.qfix.components
Classes in com.e1c.g5.v8.dt.check.qfix.components that implement IFixModifier and TypeClassDescriptionclassBasicFix<C extends BasicFixContext>Base implementation of {link IFix} for quick fixes.classMulti-variant model fix definitionclassSingleVariantBasicFix<C extends BasicFixContext>Testing sample of API L2 that checks the capability to create the all-in-one fix with a single variantclassSingleVariantModelBasicFix<OC extends org.eclipse.emf.ecore.EObject>Variant with a single-point user context collection/fix definition -
Uses of IFix in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return types with arguments of type IFixModifier and TypeMethodDescriptionMap<CheckUid,Set<IFix<? extends IFixContext>>> ExtensionFixProvider.getFixes()Map<CheckUid,Collection<IFix<? extends IFixContext>>> FixRepository.getFixes()Collection<IFix<? extends IFixContext>>Methods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type IFixModifier and TypeMethodDescriptionvoidFixRepository.registerFix(IFix<? extends IFixContext> fix)