public interface HasSourceModels
SourceModel instances| Modifier and Type | Method and Description |
|---|---|
Optional<SourceModel> |
getSourceModel(String name)
Returns the
SourceModel that matches
the given name. |
List<SourceModel> |
getSourceModels()
Returns a
List of SourceModels defined at the level
of the component implementing this interface. |
List<SourceModel> getSourceModels()
List of SourceModels defined at the level
of the component implementing this interface.
Each source is guaranteed to have a unique name which will not
overlap with any OperationModel or ConnectionProviderModel
defined at any level.
List of SourceModelOptional<SourceModel> getSourceModel(String name)
SourceModel that matches
the given name.name - case sensitive source nameOptional SourceModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.