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