public interface HasOperationModels
OperationModels| Modifier and Type | Method and Description |
|---|---|
Optional<OperationModel> |
getOperationModel(String name)
Returns the
OperationModel that matches
the given name. |
List<OperationModel> |
getOperationModels()
Returns a
List of OperationModels defined at the level
of the component implementing this interface. |
List<OperationModel> getOperationModels()
List of OperationModels defined at the level
of the component implementing this interface.
Each operation is guaranteed to have a unique name which will not
overlap with any SourceModel or ConnectionProviderModel
defined at any level.List of OperationModelOptional<OperationModel> getOperationModel(String name)
OperationModel that matches
the given name.name - case sensitive operation nameOptional OperationModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.