| Package | Description |
|---|---|
| org.mule.tooling.client.api.extension.model | |
| org.mule.tooling.client.api.extension.model.operation | |
| org.mule.tooling.client.api.extension.model.source |
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorModel> |
ExtensionModel.getErrorModels() |
Optional<ErrorModel> |
ErrorModel.getParent() |
| Constructor and Description |
|---|
ErrorModel(String type,
String namespace,
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) |
| 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) |
| 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,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.