Uses of Interface
com._1c.g5.v8.derived.context.IPartBasedObjectContext
-
Packages that use IPartBasedObjectContext Package Description com._1c.g5.v8.derived.computer com._1c.g5.v8.derived.context com.e1c.g5.v8.dt.form.extension.derived com.e1c.g5.v8.dt.model.updater -
-
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. -
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.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
-