| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.operation | |
| org.mule.runtime.api.meta.model.util | |
| org.mule.runtime.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
List<OperationModel> |
ExtensionModel.getOperationModels()
Returns a
List of OperationModels defined at
the extension level. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentModelVisitor.visit(OperationModel model)
Visits an
OperationModel |
| Modifier and Type | Method and Description |
|---|---|
Optional<OperationModel> |
HasOperationModels.getOperationModel(String name)
Returns the
OperationModel that matches
the given name. |
List<OperationModel> |
HasOperationModels.getOperationModels()
Returns a
List of OperationModels defined at the level
of the component implementing this interface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onOperation(HasOperationModels owner,
OperationModel model) |
protected void |
ExtensionWalker.onOperation(HasOperationModels owner,
OperationModel model)
Invoked when an
OperationModel is found in the
traversed extensionModel. |
protected void |
IdempotentExtensionWalker.onOperation(OperationModel model)
Invoked when an
OperationModel is found in the traversed extensionModel. |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataDescriptor<OperationModel>> |
MetadataService.getOperationMetadata(Location location)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
Location using only the static types of its parameters, attributes and output. |
MetadataResult<ComponentMetadataDescriptor<OperationModel>> |
MetadataService.getOperationMetadata(Location location,
MetadataKey key)
Resolves the
ComponentMetadataDescriptor for the MetadataProvider Component identified by the
Location using both static and dynamic resolving of the parameters, attributes and output types. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.