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