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