| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelProperty> |
EnrichableModel.getModelProperty(Class<T> propertyType)
Returns a registered model property of type
propertyType. |
| Modifier and Type | Method and Description |
|---|---|
Set<ModelProperty> |
EnrichableModel.getModelProperties()
Returns all the model properties registered for this model
|
| Modifier and Type | Method and Description |
|---|---|
<P extends ModelProperty> |
BaseDeclaration.getModelProperty(Class<P> propertyType)
Returns the model property registered under
key |
| Modifier and Type | Method and Description |
|---|---|
Set<ModelProperty> |
BaseDeclaration.getModelProperties()
Returns a
Set with the currently added properties. |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDeclaration.addModelProperty(ModelProperty modelProperty)
Adds the given .
|
NestedRouteDeclarer |
NestedRouteDeclarer.withModelProperty(ModelProperty modelProperty) |
ConfigurationDeclarer |
ConfigurationDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ConnectionProviderDeclarer |
ConnectionProviderDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
FunctionDeclarer |
FunctionDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
OutputDeclarer<T> |
OutputDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
T |
HasModelProperties.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ParameterDeclarer<T> |
ParameterDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ParameterGroupDeclarer<D> |
ParameterGroupDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
T |
ComponentDeclarer.withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
ExtensionDeclarer |
ExtensionDeclarer.withModelProperty(ModelProperty value)
Adds the given
modelProperty |
T |
NestedComponentDeclarer.withModelProperty(ModelProperty modelProperty) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelProperty> |
ValueProviderModel.getModelProperty(Class<T> propertyType)
Returns a registered model property of type
propertyType. |
| Modifier and Type | Method and Description |
|---|---|
Set<ModelProperty> |
ValueProviderModel.getModelProperties()
Returns all the model properties registered for this model
|
| Constructor and Description |
|---|
ValueProviderModel(List<ActingParameterModel> parameters,
boolean requiresConfiguration,
boolean requiresConnection,
boolean isOpen,
Integer partOrder,
String providerName,
String providerId,
ModelProperty... modelProperties)
Creates a new instance
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.