| Modifier and Type | Method and Description |
|---|---|
Optional<OperationModel> |
DataSenseInfo.getOperationModel() |
Optional<OperationModel> |
DataSenseComponentInfo.getOperationModel() |
| Modifier and Type | Method and Description |
|---|---|
DataSenseInfo.Builder |
DataSenseInfo.Builder.withOperationModel(OperationModel operationModel) |
| Constructor and Description |
|---|
DataSenseComponentInfo(OperationModel operationModel,
SourceModel sourceModel,
List<String> messages,
List<DataSenseNotification> notifications) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationModel> |
ExtensionModel.getOperationModels() |
| Constructor and Description |
|---|
ExtensionModel(String name,
Category category,
MuleVersion minMuleVersion,
String vendor,
Set<String> resources,
Set<ImportedTypeModel> importedTypes,
Set<SubTypesModel> subTypes,
Set<org.mule.metadata.api.model.ObjectType> types,
String version,
XmlDslModel xmlDslModel,
String description,
DisplayModel displayModel,
Set<ExternalLibraryModel> externalLibraryModels,
List<ConfigurationModel> configurationModels,
List<OperationModel> operationModels,
List<ConnectionProviderModel> connectionProviders,
List<SourceModel> sourceModels,
List<FunctionModel> functionModels) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationModel> |
ConfigurationModel.getOperationModels() |
| Constructor and Description |
|---|
ConfigurationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
List<OperationModel> operationModels,
Set<ExternalLibraryModel> externalLibraryModels,
List<SourceModel> sourceModels,
List<ConnectionProviderModel> connectionProviders,
DisplayModel displayModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
RouterModel
An specification which represents the particular case of a
router, such as choice, scatter-gather, first-successful, etc.
|
class |
ScopeModel
An specification which represents the particular case of a
scope, such as async or foreach.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.