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 void
IDerivedDataPartComputer. compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Computes part of the given object derived data.default void
IDerivedDataPartComputer. 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 class
PartBasedContainmentContext
Part of thePartBasedObjectContext
defining the DD computation context for containment objects.class
PartBasedObjectContext
Standard implementation of thePartBasedObjectContext
based 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 void
GraphicalSchemeValidationChecker. compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
void
GraphicalSchemeDerivedDataRemover. 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 void
CommonAttributeCacheProvider. 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 void
MdValidationChecker. 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 class
FormExtContainmentContext
Form extension containment DD contextclass
FormExtContext
Form 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 class
ModelUpdaterContainmentContext
class
ModelUpdaterContext
DD context for automatic model updater subsystem
-