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