Class LegalAgreementValidator

java.lang.Object
cdm.legaldocumentation.common.validation.LegalAgreementValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<LegalAgreement>

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

    • LegalAgreementValidator

      public LegalAgreementValidator()
  • Method Details

    • getValidationResults

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