Uses of Interface
com._1c.g5.v8.derived.context.IPartBasedObjectContext
-
-
Uses of IPartBasedObjectContext in com._1c.g5.v8.derived.computer
Methods in com._1c.g5.v8.derived.computer with parameters of type IPartBasedObjectContext Modifier and Type Method Description default voidIDerivedDataPartComputer. compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Computes part of the given object derived data.default voidIDerivedDataPartComputer. computeForRemovedObject(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Computes part of the given object derived data for a removed/non-existing object -
Uses of IPartBasedObjectContext in com._1c.g5.v8.derived.context
Classes in com._1c.g5.v8.derived.context that implement IPartBasedObjectContext Modifier and Type Class Description classPartBasedContainmentContextPart of thePartBasedObjectContextdefining the DD computation context for containment objects.classPartBasedObjectContextStandard implementation of thePartBasedObjectContextbased on the DD part concept. -
Uses of IPartBasedObjectContext in com._1c.g5.v8.dt.bp.scheme.derived
Methods in com._1c.g5.v8.dt.bp.scheme.derived with parameters of type IPartBasedObjectContext Modifier and Type Method Description voidGraphicalSchemeValidationChecker. compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)voidGraphicalSchemeDerivedDataRemover. computeForRemovedObject(long bmObjectId, org.eclipse.emf.ecore.EClass objectEClass, IPartBasedObjectContext context, IBmModel bmModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IPartBasedObjectContext in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md with parameters of type IPartBasedObjectContext Modifier and Type Method Description voidCommonAttributeCacheProvider. compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) -
Uses of IPartBasedObjectContext in com._1c.g5.v8.dt.md.bm.derived.validation
Methods in com._1c.g5.v8.dt.md.bm.derived.validation with parameters of type IPartBasedObjectContext Modifier and Type Method Description voidMdValidationChecker. compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)Deprecated. -
Uses of IPartBasedObjectContext in com.e1c.g5.v8.dt.form.extension.derived
Classes in com.e1c.g5.v8.dt.form.extension.derived that implement IPartBasedObjectContext Modifier and Type Class Description classFormExtContainmentContextForm extension containment DD contextclassFormExtContextForm extension derived data context -
Uses of IPartBasedObjectContext in com.e1c.g5.v8.dt.model.updater
Classes in com.e1c.g5.v8.dt.model.updater that implement IPartBasedObjectContext Modifier and Type Class Description classModelUpdaterContainmentContextclassModelUpdaterContextDD context for automatic model updater subsystem
-