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