Class ExtensionsModelValidator
- java.lang.Object
-
- org.activiti.cloud.services.modeling.validation.JsonSchemaModelValidator
-
- org.activiti.cloud.services.modeling.validation.extensions.ExtensionsJsonSchemaValidator
-
- org.activiti.cloud.services.modeling.validation.extensions.ExtensionsModelValidator
-
- All Implemented Interfaces:
ModelExtensionsValidator,ModelValidationErrorProducer,ModelValidator
public class ExtensionsModelValidator extends ExtensionsJsonSchemaValidator
Implementation ofExtensionsJsonSchemaValidatorfor validating the common extensions schema
-
-
Constructor Summary
Constructors Constructor Description ExtensionsModelValidator(org.everit.json.schema.loader.SchemaLoader modelExtensionsSchemaLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelTypegetHandledModelType()protected List<ModelValidationError>getValidationErrors(Model model, ValidationContext validationContext)protected org.everit.json.schema.loader.SchemaLoaderschemaLoader()-
Methods inherited from class org.activiti.cloud.services.modeling.validation.extensions.ExtensionsJsonSchemaValidator
convertBytesToModel, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelExtensionsValidator
getHandledContentType, validateModelExtensions
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError
-
Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidator
validate
-
-
-
-
Method Detail
-
getHandledModelType
public ModelType getHandledModelType()
-
schemaLoader
protected org.everit.json.schema.loader.SchemaLoader schemaLoader()
- Specified by:
schemaLoaderin classJsonSchemaModelValidator
-
getValidationErrors
protected List<ModelValidationError> getValidationErrors(Model model, ValidationContext validationContext)
- Specified by:
getValidationErrorsin classExtensionsJsonSchemaValidator
-
-