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 SummaryFields Modifier and Type Field Description static StringMARKER_SOURCE
 - 
Constructor SummaryConstructors Constructor Description GraphicalSchemeValidationChecker()Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(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.AbstractDerivedDataPartComputergetSupportedPartId
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.derived.computer.IDerivedDataPartComputercomputeForRemovedObject, isSeparateContainmentContextComputation
 
- 
 
- 
- 
- 
Field Detail- 
MARKER_SOURCEpublic static final String MARKER_SOURCE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
computepublic void compute(IBmObject bmObject, IPartBasedObjectContext context, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Description copied from interface:IDerivedDataPartComputerComputes part of the given object derived data.- Parameters:
- bmObject- Context of the derived data computing. Cannot be- null
- context- The context of the DD computation. May not be- null
- progressMonitor- Controls the computation of the derived data. Cannot be- null
 
 
- 
 
-