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:
AdditonalIndexElementDerivedDataPartComputer
,AggregatesDerivedDataRemover
,AggregatesValidationChecker
,BaseFormExtensionComputer
,CommandInterfaceValidationChecker
,CommonAttributeCacheProvider
,FormDerivedDataRemover
,MdDerivedDataCleaner
,StyleDerivedDataRemover
,XdtoDerivedDataRemover
,XdtoValidationChecker
public abstract class AbstractDerivedDataPartComputer
extends Object
implements IDerivedDataPartComputer
Abstract implementation of the derived data part computer used for convenience.
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractDerivedDataPartComputer
(String supportedPartId) Creates an instance of the part computer which handles given part. -
Method Summary
Modifier and TypeMethodDescriptionGets 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, computeForRemovedObject, isSeparateContainmentContextComputation
-
Constructor Details
-
AbstractDerivedDataPartComputer
Creates an instance of the part computer which handles given part.- Parameters:
supportedPartId
- Supported part id. Cannot benull
-
-
Method Details
-
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.
-