public class CyclicConversionMediaFormatValidateInterceptor extends Object implements ValidateInterceptor
| Constructor and Description |
|---|
CyclicConversionMediaFormatValidateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onValidate(Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
public CyclicConversionMediaFormatValidateInterceptor()
public void onValidate(Object model, InterceptorContext ctx) throws MediaConversionModelValidationException
modelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptormodel - the model which values has to be validatedctx - the InterceptorContextMediaConversionModelValidationException - if the inputFormat graph has cycles.Copyright © 2017 SAP SE. All Rights Reserved.