public abstract class AbstractErrorValidation extends Object implements org.mule.runtime.ast.api.validation.Validation
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ON_ERROR |
protected static String |
ON_ERROR_CONTINUE |
protected static org.mule.runtime.api.component.ComponentIdentifier |
ON_ERROR_CONTINUE_IDENTIFIER |
protected static org.mule.runtime.api.component.ComponentIdentifier |
ON_ERROR_IDENTIFIER |
protected static String |
ON_ERROR_PROPAGATE |
protected static org.mule.runtime.api.component.ComponentIdentifier |
ON_ERROR_PROPAGATE_IDENTIFIER |
protected static String |
RAISE_ERROR |
protected static org.mule.runtime.api.component.ComponentIdentifier |
RAISE_ERROR_IDENTIFIER |
| Constructor and Description |
|---|
AbstractErrorValidation() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
errorMappingPresent(org.mule.runtime.ast.api.ComponentAst operationComponent) |
protected boolean |
errorMappingSourceNotPropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent) |
protected boolean |
errorMappingSourcePropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent) |
protected boolean |
errorMappingTargetNotPropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent) |
protected boolean |
errorMappingTargetPropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent) |
protected static List<org.mule.runtime.extension.api.error.ErrorMapping> |
getErrorMappings(org.mule.runtime.ast.api.ComponentAst component) |
protected static org.mule.runtime.ast.api.ComponentParameterAst |
getErrorMappingsParameter(org.mule.runtime.ast.api.ComponentAst component) |
protected org.mule.runtime.ast.api.ComponentParameterAst |
getErrorTypeParam(org.mule.runtime.ast.api.ComponentAst component) |
protected boolean |
isErrorTypePresentAndPropertyDependant(org.mule.runtime.ast.api.ComponentAst component) |
protected static final String ON_ERROR
protected static final String ON_ERROR_PROPAGATE
protected static final String ON_ERROR_CONTINUE
protected static final String RAISE_ERROR
protected static final org.mule.runtime.api.component.ComponentIdentifier ON_ERROR_IDENTIFIER
protected static final org.mule.runtime.api.component.ComponentIdentifier ON_ERROR_PROPAGATE_IDENTIFIER
protected static final org.mule.runtime.api.component.ComponentIdentifier ON_ERROR_CONTINUE_IDENTIFIER
protected static final org.mule.runtime.api.component.ComponentIdentifier RAISE_ERROR_IDENTIFIER
protected boolean isErrorTypePresentAndPropertyDependant(org.mule.runtime.ast.api.ComponentAst component)
protected org.mule.runtime.ast.api.ComponentParameterAst getErrorTypeParam(org.mule.runtime.ast.api.ComponentAst component)
protected boolean errorMappingPresent(org.mule.runtime.ast.api.ComponentAst operationComponent)
protected boolean errorMappingSourceNotPropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent)
protected boolean errorMappingTargetNotPropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent)
protected boolean errorMappingSourcePropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent)
protected boolean errorMappingTargetPropertyDependant(org.mule.runtime.ast.api.ComponentAst operationComponent)
protected static List<org.mule.runtime.extension.api.error.ErrorMapping> getErrorMappings(org.mule.runtime.ast.api.ComponentAst component)
protected static org.mule.runtime.ast.api.ComponentParameterAst getErrorMappingsParameter(org.mule.runtime.ast.api.ComponentAst component)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.