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