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