| Modifier and Type | Method and Description |
|---|---|
Set<ExternalLibraryModel> |
ExtensionModel.getExternalLibraryModels() |
| 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,
List<ConstructModel> constructModels) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExternalLibraryModel> |
ConfigurationModel.getExternalLibraryModels() |
| 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,
StereotypeModel stereotype) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExternalLibraryModel> |
ConnectionProviderModel.getExternalLibraryModels() |
| Constructor and Description |
|---|
ConnectionProviderModel(String name,
String description,
DisplayModel displayModel,
ConnectionManagementType connectionManagementType,
List<ParameterGroupModel> parameterGroupModels,
Set<ExternalLibraryModel> externalLibraryModels,
StereotypeModel stereotype) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.