Class TaskMappingsServiceTaskImplementationValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<org.activiti.cloud.modeling.api.ModelValidationError> validateTaskMappings​(java.util.List<MappingModel> taskMappings, java.util.Map<java.lang.String,​org.activiti.cloud.modeling.api.process.Constant> taskConstants, org.activiti.cloud.modeling.api.ValidationContext validationContext)
      Validate the given list of task mappings.
      • 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.ModelValidationErrorProducer

        createModelValidationError, createModelValidationError, createModelValidationError, createModelValidationError, createModelValidationError
    • Field Detail

      • UNKNOWN_CONNECTOR_PARAMETER_VALIDATION_ERROR_PROBLEM

        public static final java.lang.String UNKNOWN_CONNECTOR_PARAMETER_VALIDATION_ERROR_PROBLEM
        See Also:
        Constant Field Values
      • UNKNOWN_CONNECTOR_PARAMETER_VALIDATION_ERROR_DESCRIPTION

        public static final java.lang.String UNKNOWN_CONNECTOR_PARAMETER_VALIDATION_ERROR_DESCRIPTION
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaskMappingsServiceTaskImplementationValidator

        public TaskMappingsServiceTaskImplementationValidator​(org.activiti.cloud.modeling.api.ConnectorModelType connectorModelType,
                                                              ConnectorModelContentConverter connectorModelContentConverter)
    • Method Detail

      • validateTaskMappings

        public java.util.stream.Stream<org.activiti.cloud.modeling.api.ModelValidationError> validateTaskMappings​(java.util.List<MappingModel> taskMappings,
                                                                                                                  java.util.Map<java.lang.String,​org.activiti.cloud.modeling.api.process.Constant> taskConstants,
                                                                                                                  org.activiti.cloud.modeling.api.ValidationContext validationContext)
        Description copied from interface: TaskMappingsValidator
        Validate the given list of task mappings.
        Specified by:
        validateTaskMappings in interface TaskMappingsValidator
        Parameters:
        taskMappings - the list of task mappings to validate
        taskConstants - the constants associated to the task
        validationContext - the validation context
        Returns:
        the stream of validation errors