Class PassThroughItemValidator

java.lang.Object
cdm.product.template.validation.PassThroughItemValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<PassThroughItem>

public class PassThroughItemValidator extends Object implements com.rosetta.model.lib.validation.Validator<PassThroughItem>
  • Constructor Details

    • PassThroughItemValidator

      public PassThroughItemValidator()
  • Method Details

    • getValidationResults

      public List<com.rosetta.model.lib.validation.ValidationResult<?>> getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o)
      Specified by:
      getValidationResults in interface com.rosetta.model.lib.validation.Validator<PassThroughItem>