| 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 |
|---|---|
Optional<ErrorModel> |
ErrorModel.getParent() |
| Constructor and Description |
|---|
ErrorModel(String type,
String namespace,
ErrorModel parent) |
| 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,
Set<Stereotype> stereotypes,
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,
Set<Stereotype> stereotypes,
boolean hasResponse,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.