| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ExtensionModel.getDeprecationModel() |
| Constructor and Description |
|---|
ExtensionModel(String name,
Category category,
String vendor,
Set<String> resources,
Set<ImportedTypeModel> importedTypes,
Set<SubTypesModel> subTypes,
Set<org.mule.metadata.api.model.ObjectType> types,
String minMuleVersion,
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,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ConfigurationModel.getDeprecationModel() |
| 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,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ConnectionProviderModel.getDeprecationModel() |
| Constructor and Description |
|---|
ConnectionProviderModel(String name,
String description,
DisplayModel displayModel,
ConnectionManagementType connectionManagementType,
boolean supportsConnectivityTesting,
List<ParameterGroupModel> parameterGroupModels,
Set<ExternalLibraryModel> externalLibraryModels,
StereotypeModel stereotype,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ConstructModel.getDeprecationModel() |
| Constructor and Description |
|---|
ConstructModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
boolean allowsTopLevelDefinition,
Set<ErrorModel> errorModels,
DeprecationModel deprecationModel)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
FunctionModel.getDeprecationModel() |
| Constructor and Description |
|---|
FunctionModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
OperationModel.getDeprecationModel() |
| 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,
StereotypeModel stereotype,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ParameterModel.getDeprecationModel() |
| Constructor and Description |
|---|
ParameterModel(String name,
String description,
DisplayModel displayModel,
org.mule.metadata.api.model.MetadataType type,
boolean hasDynamicType,
boolean required,
boolean isConfigOverride,
boolean isComponentId,
ExpressionSupport expressionSupport,
Object defaultValue,
ParameterRole role,
ParameterDslConfiguration dslConfiguration,
LayoutModel layoutModel,
MetadataKeyPartModel metadataKeyPartModel,
QNameModel qNameModel,
InfrastructureParameterModel infrastructureParameterModel,
DefaultImplementingTypeModel defaultImplementingTypeModel,
ValueProviderModel valueProviderModel,
List<StereotypeModel> allowedStereotypes,
DeprecationModel deprecationModel) |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
SourceModel.getDeprecationModel() |
| Constructor and Description |
|---|
SourceModel(String name,
String description,
List<ParameterGroupModel> parameterGroupModels,
DisplayModel displayModel,
OutputModel output,
OutputModel outputAttributes,
boolean transactional,
boolean requiresConnection,
boolean supportsStreaming,
StereotypeModel stereotype,
boolean hasResponse,
boolean runsOnPrimaryNodeOnly,
SourceCallbackModel successCallback,
SourceCallbackModel errorCallback,
SourceCallbackModel terminateCallbackModel,
Set<ErrorModel> errors,
List<? extends NestableElementModel> nestedComponents,
MetadataKeyIdModel metadataKeyIdModel,
DeprecationModel deprecationModel) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.