| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactDeclaration
A programmatic descriptor of a mule artifact configuration.
|
class |
ComponentElementDeclaration<T extends ComponentElementDeclaration>
A programmatic descriptor of a
ComponentModel configuration. |
class |
ConfigurationElementDeclaration
A programmatic descriptor of a
ConfigurationModel configuration. |
class |
ConnectionElementDeclaration
A programmatic descriptor of a
ConnectionProviderModel configuration. |
class |
ConstructElementDeclaration
A programmatic descriptor of an application Flow configuration.
|
class |
EnrichableElementDeclaration
A programmatic descriptor of an
ElementDeclaration that can
be enriched with custom properties and parameters. |
class |
OperationElementDeclaration
A programmatic descriptor of a
OperationModel configuration. |
class |
ParameterElementDeclaration
A programmatic descriptor of a
ParameterModel configuration. |
class |
ParameterGroupElementDeclaration
A programmatic descriptor of a
ParameterizedModel configuration. |
class |
ParameterizedElementDeclaration
A programmatic descriptor of a
ParameterizedModel configuration. |
class |
RouteElementDeclaration
A programmatic descriptor of a
NestedRouteModel configuration. |
class |
SourceElementDeclaration
A programmatic descriptor of a
SourceModel configuration. |
class |
TopLevelParameterDeclaration
A programmatic descriptor of an
ObjectType configuration that will
be used as a global element of the mule application. |
| Modifier and Type | Method and Description |
|---|---|
<T extends ElementDeclaration> |
ConfigurationElementDeclaration.findElement(List<String> parts)
Looks for a
ParameterElementDeclaration contained by this declaration
based on the parts of a Location. |
<T extends ElementDeclaration> |
ParameterizedElementDeclaration.findElement(List<String> parts)
Looks for a
ParameterElementDeclaration contained by this declaration
based on the parts of a Location. |
<T extends ElementDeclaration> |
ConstructElementDeclaration.findElement(List<String> parts)
|
<T extends ElementDeclaration> |
ElementDeclarationContainer.findElement(List<String> parts)
|
<T extends ElementDeclaration> |
TopLevelParameterDeclaration.findElement(List<String> parts) |
<T extends ElementDeclaration> |
ComponentElementDeclaration.findElement(List<String> parts)
|
<T extends ElementDeclaration> |
ParameterGroupElementDeclaration.findElement(List<String> parts)
Looks for a
ParameterElementDeclaration contained by this declaration
based on the parts of a Location. |
<T extends ElementDeclaration> |
ArtifactDeclaration.findElement(Location location)
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.