Class GraphicalSchemeValidationChecker
- java.lang.Object
-
- com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
-
- com._1c.g5.v8.dt.bp.scheme.derived.GraphicalSchemeValidationChecker
-
- All Implemented Interfaces:
IDerivedDataPartComputer
public class GraphicalSchemeValidationChecker extends AbstractDerivedDataPartComputer
Graphical scheme validation checker.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MARKER_SOURCE
-
Constructor Summary
Constructors Constructor Description GraphicalSchemeValidationChecker()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compute(IBmObject bmObject, 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
compute, isSeparateContainmentContextComputation
-
-
-
-
Field Detail
-
MARKER_SOURCE
public static final String MARKER_SOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
compute
public void compute(IBmObject bmObject, 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
progressMonitor
- Controls the computation of the derived data. Cannot benull
-
-