Class AdditonalIndexElementDerivedDataPartComputer
java.lang.Object
com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
com.e1c.g5.v8.dt.internal.md.aindex.derived.AdditonalIndexElementDerivedDataPartComputer
- All Implemented Interfaces:
IDerivedDataPartComputer
Additional index elements derived data computer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compute
(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Computes part of the given object derived data.Methods inherited from class com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
getSupportedPartId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputer
computeForRemovedObject, isSeparateContainmentContextComputation
-
Constructor Details
-
AdditonalIndexElementDerivedDataPartComputer
public AdditonalIndexElementDerivedDataPartComputer()Constructs an instance
-
-
Method Details
-
compute
public void compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Description copied from interface:IDerivedDataPartComputer
Computes part of the given object derived data.- Parameters:
bmObject
- Context of the derived data computing. Cannot benull
context
- The context of the DD computation. May not benull
progressMonitor
- Controls the computation of the derived data. Cannot benull
-