| Class | Description |
|---|---|
| AbstractErrorTypesValidation |
Ensures consistent access to the
ErrorTypeRepository from validations. |
| CoreValidationsProvider | |
| ErrorHandlerOnErrorHasTypeOrWhen |
Every handler (except for the last one) within an 'error-handler' must specify a 'when' or 'type' attribute.
|
| ErrorHandlerOnErrorTypeExists |
Referenced error types do exist in the context of the artifact
|
| ErrorHandlerRefOrOnErrorExclusiveness |
A reference error-handler cannot have on-errors.
|
| ErrorMappingSourceTypeReferencesExist |
Referenced error types do exist in the context of the artifact
|
| ErrorMappingTargetTypeReferencesExist |
Referenced error types do exist in the context of the artifact
|
| ExpressionsInRequiredExpressionsParams |
Expressions are provided for parameters that require expressions.
|
| FlowRefPointsToExistingFlow |
'flow-ref's point to existing flows.
|
| NamedTopLevelElementsHaveName |
'name' attribute in top-level elements is present.
|
| NameHasValidCharacters |
'name' attribute in top-level elements only have valid characters.
|
| NameIsNotRepeated |
'name' attribute in top-level elements are unique.
|
| NoExpressionsInNoExpressionsSupportedParams |
No expressions are provided for parameters that do not support expressions.
|
| ParameterGroupExclusiveness |
Ref:
ExclusiveOptionals. |
| PollingSourceHasSchedulingStrategy | |
| RaiseErrorTypeReferencesExist |
Referenced error types do exist in the context of the artifact
|
| RaiseErrorTypeReferencesPresent |
Referenced error types cannot be empty or null
|
| RequiredParametersPresent | |
| ScatterGatherRoutes | |
| SingletonsAreNotRepeated |
Elements declared as singletons via the 'SingletonModelProperty' are not repeated.
|
| SingletonsPerFileAreNotRepeated |
Elements declared as singletons via the 'SingletonModelProperty' with 'appliesToFile' as true are not repeated in a config
file.
|
| SourceErrorMappingAnyLast |
Mapping for 'ANY' or empty is put last.
|
| SourceErrorMappingAnyNotRepeated |
Mapping for 'ANY' or empty is not repeated.
|
| SourceErrorMappingTypeNotRepeated |
Error Mappings source types are not repeated.
|
| Annotation Type | Description |
|---|---|
| IgnoreOnLazyInit |
Validation implementations annotated with this will not be evaluated when deploying with lazyInit enabled. |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.