| Modifier and Type | Method and Description |
|---|---|
ErrorModel |
ErrorModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorModel> |
ComponentModel.getErrorModels() |
Set<ErrorModel> |
ExtensionModel.getErrorModels() |
Optional<ErrorModel> |
ErrorModel.getParent() |
| Modifier and Type | Method and Description |
|---|---|
ErrorModelBuilder |
ErrorModelBuilder.withParent(ErrorModel parent) |
| Constructor and Description |
|---|
ErrorModel(String type,
String namespace,
boolean handleable,
ErrorModel parent) |
| Constructor and Description |
|---|
ExtensionModel(String name,
Category category,
String vendor,
Set<String> resources,
Set<ImportedTypeModel> importedTypes,
Set<SubTypesModel> subTypes,
Set<org.mule.metadata.api.model.ObjectType> types,
String minMuleVersion,
String version,
XmlDslModel xmlDslModel,
String description,
DisplayModel displayModel,
Set<ExternalLibraryModel> externalLibraryModels,
List<ConfigurationModel> configurationModels,
List<OperationModel> operationModels,
List<ConnectionProviderModel> connectionProviders,
List<SourceModel> sourceModels,
List<FunctionModel> functionModels,
List<ConstructModel> constructModels,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorModel> |
ConstructModel.getErrorModels() |
| Constructor and Description |
|---|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel)
Deprecated.
|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel)
Creates a new instance with the given state
|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
Set<String> semanticTerms)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
Feature<Set<ErrorModel>> |
NestedComponentModel.getErrorModels() |
Feature<Set<ErrorModel>> |
NestedRouteModel.getErrorModels() |
| Constructor and Description |
|---|
NestedChainModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<StereotypeModel> allowedStereotypes,
List<ParameterGroupModel> parameterGroupModels,
DeprecationModel deprecationModel,
Set<ErrorModel> errorModels,
Integer minOccurs,
Integer maxOccurs,
List<? extends NestableElementModel> nestedComponents,
StereotypeModel stereotypeModel,
Set<String> semanticTerms)
Creates a new instance
|
NestedComponentModel(String name,
String description,
DisplayModel displayModel,
boolean isRequired,
Set<StereotypeModel> allowedStereotypes,
List<ParameterGroupModel> parameterGroupModels,
DeprecationModel deprecationModel,
Set<ErrorModel> errorModels,
Integer minOccurs,
Integer maxOccurs,
List<? extends NestableElementModel> nestedComponents,
StereotypeModel stereotypeModel,
Set<String> semanticTerms)
Creates a new instance
|
NestedRouteModel(String name,
String description,
DisplayModel displayModel,
int minOccurs,
Integer maxOccurs,
List<ParameterGroupModel> parameterGroupModels,
List<? extends NestableElementModel> childComponents,
DeprecationModel deprecationModel,
Set<ErrorModel> errorModels,
StereotypeModel stereotypeModel,
Set<String> semanticTerms)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorModel> |
OperationModel.getErrorModels() |
| Constructor and Description |
|---|
OperationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel)
Deprecated.
|
OperationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel) |
OperationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel,
Set<String> semanticTerms) |
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorModel> |
SourceModel.getErrorModels() |
| Constructor and Description |
|---|
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
boolean runsOnPrimaryNodeOnly,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel)
Deprecated.
|
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
boolean runsOnPrimaryNodeOnly,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel) |
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
boolean runsOnPrimaryNodeOnly,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel,
TypeResolversInformationModel typeResolversInformationModel,
SampleDataProviderModel sampleDataProviderModel,
Set<String> semanticTerms) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorModel |
ErrorModelToIdentifierSerializer.deserialize(String errorIdentifier)
Deserializes an error model identifier into an
ErrorModel. |
static ErrorModel |
ErrorModelToIdentifierSerializer.deserialize(String errorIdentifier,
Map<String,ErrorModel> errorModelRepository)
Deserializes an error model identifier into an
ErrorModel. |
ErrorModel |
ErrorModelToIdentifierTypeAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ErrorModelToIdentifierSerializer.serialize(ErrorModel errorModel)
Serializes an
ErrorModel to the following structure: nameSpace:errorType |
void |
ErrorModelToIdentifierTypeAdapter.write(com.google.gson.stream.JsonWriter out,
ErrorModel value) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorModel |
ErrorModelToIdentifierSerializer.deserialize(String errorIdentifier,
Map<String,ErrorModel> errorModelRepository)
Deserializes an error model identifier into an
ErrorModel. |
| Constructor and Description |
|---|
ErrorModelToIdentifierTypeAdapter(Map<String,ErrorModel> errorModelMap) |
ExtensionModelTypeAdapter(com.google.gson.Gson gsonDelegate,
org.mule.metadata.persistence.SerializationContext serializationContext,
Map<String,ErrorModel> errorModelMap) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.