Interface TaskMappingsValidator
- All Superinterfaces:
ModelValidationErrorProducer
- All Known Implementing Classes:
TaskMappingsServiceTaskImplementationValidator
Task mappings validator interface.
This implements specific process tasks mapping validations
and is related to the more generic process extensions validation logic
implemented in
invalid reference
ModelExtensionsValidator
-
Method Summary
Modifier and TypeMethodDescriptionvalidateTaskMappings(List<MappingModel> taskMappings, Map<String, Constant> taskConstants, ValidationContext validationContext) Validate the given list of task mappings.Methods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationError
-
Method Details
-
validateTaskMappings
Stream<ModelValidationError> validateTaskMappings(List<MappingModel> taskMappings, Map<String, Constant> taskConstants, ValidationContext validationContext) Validate the given list of task mappings.- Parameters:
taskMappings- the list of task mappings to validatetaskConstants- the constants associated to the taskvalidationContext- the validation context- Returns:
- the stream of validation errors
-