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