| Modifier and Type | Method and Description |
|---|---|
Optional<DisplayModel> |
ExtensionModel.getDisplayModel() |
| 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 |
|---|---|
Optional<DisplayModel> |
ConfigurationModel.getDisplayModel() |
| 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 | Method and Description |
|---|---|
Optional<DisplayModel> |
ConnectionProviderModel.getDisplayModel() |
| Constructor and Description |
|---|
ConnectionProviderModel(String name,
String description,
DisplayModel displayModel,
ConnectionManagementType connectionManagementType,
List<ParameterGroupModel> parameterGroupModels,
Set<ExternalLibraryModel> externalLibraryModels) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DisplayModel> |
FunctionModel.getDisplayModel() |
| Constructor and Description |
|---|
FunctionModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DisplayModel> |
OperationModel.getDisplayModel() |
| Constructor and Description |
|---|
OperationModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
Set<Stereotype> stereotypes) |
RouterModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
Set<Stereotype> stereotypes,
List<RouteModel> routeModels) |
ScopeModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
boolean blocking,
Set<ErrorModel> errors,
OutputModel output,
OutputModel outputAttributes,
boolean transaction,
boolean requiresConnection,
boolean supportsStreaming,
Set<Stereotype> stereotypes) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DisplayModel> |
ParameterModel.getDisplayModel() |
Optional<DisplayModel> |
ParameterGroupModel.getDisplayModel() |
| Constructor and Description |
|---|
ParameterGroupModel(String name,
String description,
DisplayModel displayModel,
LayoutModel layoutModel,
List<ParameterModel> parameterModels,
List<ExclusiveParametersModel> exclusiveParametersModels,
boolean showInDsl) |
ParameterModel(String name,
String description,
DisplayModel displayModel,
org.mule.metadata.api.model.MetadataType type,
boolean hasDynamicType,
boolean required,
boolean isConfigOverride,
ExpressionSupport expressionSupport,
Object defaultValue,
ParameterRole role,
ParameterDslConfiguration dslConfiguration,
LayoutModel layoutModel,
MetadataKeyPartModel metadataKeyPartModel,
ValueProviderModel valueProviderModel,
List<ElementReference> elementReferences) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DisplayModel> |
SourceModel.getDisplayModel() |
Optional<DisplayModel> |
SourceCallbackModel.getDisplayModel() |
| Constructor and Description |
|---|
SourceCallbackModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel) |
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
Set<Stereotype> stereotypes,
boolean hasResponse,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.