| 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
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 |
EnrichableElementDeclaration
A programmatic descriptor of an
ElementDeclaration that can
be enriched with custom properties and parameters. |
class |
FlowElementDeclaration
A programmatic descriptor of an application Flow configuration.
|
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
RouteModel configuration. |
class |
RouterElementDeclaration
A programmatic descriptor of a
RouterModel configuration. |
class |
ScopeElementDeclaration
A programmatic descriptor of a
ScopeModel 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> |
TopLevelParameterDeclaration.findElement(List<String> parts) |
<T extends ElementDeclaration> |
ElementDeclarationContainer.findElement(List<String> parts)
|
<T extends ElementDeclaration> |
RouterElementDeclaration.findElement(List<String> parts)
|
<T extends ElementDeclaration> |
ScopeElementDeclaration.findElement(List<String> parts)
|
<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> |
FlowElementDeclaration.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.