| Package | Description |
|---|---|
| org.mule.runtime.api.app.declaration | |
| org.mule.runtime.api.app.declaration.fluent |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationElementDeclaration
A programmatic descriptor of a
ConfigurationModel configuration. |
class |
ConstructElementDeclaration
A programmatic descriptor of an application Flow 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 |
|---|---|
List<GlobalElementDeclaration> |
ArtifactDeclaration.getGlobalElements() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDeclaration |
ArtifactDeclaration.addGlobalElement(GlobalElementDeclaration declaration)
Adds a property to the
ElementDeclaration. |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDeclarer |
ArtifactDeclarer.withGlobalElement(GlobalElementDeclaration element)
Adds a
global element to the ArtifactDeclaration |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.