Class LegalAgreementIdentificationOnlyExistsValidator
java.lang.Object
cdm.legaldocumentation.common.validation.exists.LegalAgreementIdentificationOnlyExistsValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<LegalAgreementIdentification,Set<String>>
public class LegalAgreementIdentificationOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<LegalAgreementIdentification,Set<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends LegalAgreementIdentification>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementIdentification>
-
Constructor Details
-
LegalAgreementIdentificationOnlyExistsValidator
public LegalAgreementIdentificationOnlyExistsValidator()
-
-
Method Details
-
validate
public <T2 extends LegalAgreementIdentification> com.rosetta.model.lib.validation.ValidationResult<LegalAgreementIdentification> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) - Specified by:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<LegalAgreementIdentification,Set<String>>
-