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