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 Details

    • AbstractDerivedDataPartComputer

      public AbstractDerivedDataPartComputer(String supportedPartId)
      Creates an instance of the part computer which handles given part.
      Parameters:
      supportedPartId - Supported part id. Cannot be null
  • Method Details