Package com._1c.g5.v8.derived.computer
Class AbstractDerivedDataPartComputer
- java.lang.Object
-
- com._1c.g5.v8.derived.computer.AbstractDerivedDataPartComputer
-
- All Implemented Interfaces:
IDerivedDataPartComputer
- Direct Known Subclasses:
CommonAttributeCacheProvider
,GraphicalSchemeValidationChecker
,MdValidationChecker
public abstract class AbstractDerivedDataPartComputer extends Object implements IDerivedDataPartComputer
Abstract implementation of the derived data part computer used for convenience.
-
-
Constructor Summary
Constructors Constructor Description AbstractDerivedDataPartComputer(String supportedPartId)
Creates an instance of the part computer which handles given part.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupportedPartId()
Gets the identifier of the part supported by this computer.-
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, compute, isSeparateContainmentContextComputation
-
-
-
-
Constructor Detail
-
AbstractDerivedDataPartComputer
public AbstractDerivedDataPartComputer(String supportedPartId)
Creates an instance of the part computer which handles given part.- Parameters:
supportedPartId
- Supported part id. Cannot benull
-
-
Method Detail
-
getSupportedPartId
public String getSupportedPartId()
Description copied from interface:IDerivedDataPartComputer
Gets the identifier of the part supported by this computer.- Specified by:
getSupportedPartId
in interfaceIDerivedDataPartComputer
- Returns:
- The unique identifier of the supported part.
-
-