Uses of Class
com.e1c.g5.v8.dt.check.qfix.components.BasicModelFixContext
Packages that use BasicModelFixContext
Package
Description
-
Uses of BasicModelFixContext in com.e1c.g5.v8.dt.check.internal.md.check.fixs
Methods in com.e1c.g5.v8.dt.check.internal.md.check.fixs with parameters of type BasicModelFixContextModifier and TypeMethodDescriptionprotected voidBinaryDataStorageLocationUseFieldTypeFix.applyChanges(BasicFeature modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) protected voidConfigurationStandaloneContentFix.applyChanges(StandaloneContentMdObjectAware modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) protected voidDbObjectTabularSectionFix.applyChanges(DbObjectTabularSection modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) protected voidReferenceValueFix.applyChanges(StandardAttribute modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) protected voidReferenceValueFixNonCritical.applyChanges(StandardAttribute modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) -
Uses of BasicModelFixContext in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs
Methods in com.e1c.g5.v8.dt.check.internal.md.extension.check.fixs with parameters of type BasicModelFixContextModifier and TypeMethodDescriptionprotected voidXdtoPackageExtensionPackageNamespaceFeaturesStateFix.applyChanges(XDTOPackageExtension modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) -
Uses of BasicModelFixContext 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 BasicModelFixContextModifier and TypeMethodDescriptionMultiVariantModelBasicFix.getRequiredContextType()final Class<BasicModelFixContext>SingleVariantModelBasicFix.getRequiredContextType()MultiVariantModelBasicFix.getVariants(BasicModelFixContext context, IFixSession session) Methods in com.e1c.g5.v8.dt.check.qfix.components with parameters of type BasicModelFixContextModifier and TypeMethodDescriptionprotected abstract voidSingleVariantModelBasicFix.applyChanges(OC modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) Apply the changes of this fix to the target model data.voidVariantModelFixChangeDelegate.applyFix(OC modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session) Executes the code of the quick fix variantfinal FixVariantDescriptorSingleVariantModelBasicFix.describeChanges(BasicModelFixContext context, IFixSession session) MultiVariantModelBasicFix.getVariants(BasicModelFixContext context, IFixSession session) protected booleanSingleVariantModelBasicFix.isFixApplicable(BasicModelFixContext context, IFixSession session) final Collection<IFixChange>SingleVariantModelBasicFix.prepareChanges(BasicModelFixContext context, IFixSession session) Method parameters in com.e1c.g5.v8.dt.check.qfix.components with type arguments of type BasicModelFixContextModifier and TypeMethodDescriptionvoidSingleVariantModelBasicFix.FixConfigurer.description(BiFunction<BasicModelFixContext, IFixSession, String> descriptionSupplier) Sets the dynamic description supplier for the fix. -
Uses of BasicModelFixContext in com.e1c.g5.v8.dt.internal.check.qfix
Methods in com.e1c.g5.v8.dt.internal.check.qfix that return BasicModelFixContextModifier and TypeMethodDescriptionBasicModelFixContextFactory.createContext(Marker marker, IFixSession session) Methods in com.e1c.g5.v8.dt.internal.check.qfix that return types with arguments of type BasicModelFixContext