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