Package org.activiti.cloud.modeling.api
Interface ModelContentValidator
-
- All Superinterfaces:
ModelValidationErrorProducer,ModelValidator
public interface ModelContentValidator extends ModelValidator
Business logic related with validation of a model content
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidvalidateModelContent(byte[] modelContent, ValidationContext validationContext)Validate the given model content.-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError, createModelValidationError, createModelValidationError, createModelValidationError
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidator
getHandledContentType, getHandledModelType, validate
-
-
-
-
Method Detail
-
validateModelContent
default void validateModelContent(byte[] modelContent, ValidationContext validationContext)Validate the given model content.- Parameters:
modelContent- the model content to validatevalidationContext- the validation context
-
-