| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.source | |
| org.mule.runtime.api.meta.model.util | |
| org.mule.runtime.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
List<SourceModel> |
ExtensionModel.getSourceModels()
Returns a
List of SourceModels defined at the
extension level. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentModelVisitor.visit(SourceModel model)
Visits an
SourceModel |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceModel> |
HasSourceModels.getSourceModel(String name)
Returns the
SourceModel that matches
the given name. |
List<SourceModel> |
HasSourceModels.getSourceModels()
Returns a
List of SourceModels defined at the level
of the component implementing this interface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onSource(HasSourceModels owner,
SourceModel model) |
protected void |
ExtensionWalker.onSource(HasSourceModels owner,
SourceModel model)
Invoked when an
SourceModel is found in the
traversed extensionModel |
protected void |
IdempotentExtensionWalker.onSource(SourceModel model)
Invoked when an
SourceModel is found in the traversed extensionModel. |
| Modifier and Type | Method and Description |
|---|---|
MetadataResult<ComponentMetadataDescriptor<SourceModel>> |
MetadataService.getSourceMetadata(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<SourceModel>> |
MetadataService.getSourceMetadata(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.