| Modifier and Type | Method and Description |
|---|---|
OperationElement |
ExtensionOperationDescriptorModelProperty.getOperationElement() |
| Constructor and Description |
|---|
ExtensionOperationDescriptorModelProperty(OperationElement operationMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationWrapper
OperationElement implementation which works with Classes |
| Modifier and Type | Method and Description |
|---|---|
List<OperationElement> |
ExtensionTypeWrapper.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<org.mule.runtime.api.meta.model.deprecated.DeprecationModel> |
JavaExtensionModelParserUtils.getDeprecationModel(OperationElement operationElement) |
static Optional<org.mule.runtime.api.meta.model.operation.ExecutionType> |
JavaExtensionModelParserUtils.getExecutionType(OperationElement operationElement) |
static Optional<org.mule.runtime.extension.api.property.SinceMuleVersionModelProperty> |
JavaExtensionModelParserUtils.getSinceMuleVersionModelProperty(OperationElement operationElement) |
| Constructor and Description |
|---|
JavaOperationModelParser(JavaExtensionModelParser extensionModelParser,
ExtensionElement extensionElement,
OperationContainerElement operationContainer,
OperationElement operationElement,
org.mule.runtime.extension.api.loader.ExtensionLoadingContext loadingContext) |
| Modifier and Type | Method and Description |
|---|---|
static List<ErrorModelParser> |
JavaErrorModelParserUtils.parseOperationErrorModels(ExtensionModelParser extensionParser,
ExtensionElement extensionElement,
OperationElement operation)
Parses the errors defined by the
operation |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.metadata.api.model.MetadataType |
CustomStaticTypeUtils.getOperationAttributesType(OperationElement operationElement)
resolves the attributes type of a given operation.
|
static org.mule.metadata.api.model.MetadataType |
CustomStaticTypeUtils.getOperationOutputType(OperationElement operationElement)
resolves the output type of a given operation.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.