| Interface | Description |
|---|---|
| CustomizableElementDeclaration |
A declaration which can be augmented with custom pieces of information
that are not part of the actual element model.
|
| ElementDeclarationContainer |
Adds lookup methods to find a given
ElementDeclaration that is part
of this container declaration. |
| GlobalElementDeclaration |
An
ElementDeclaration that can be present as a direct child of an ArtifactDeclaration. |
| GlobalElementDeclarationVisitor |
Used in
GlobalElementDeclaration.accept(GlobalElementDeclarationVisitor) as a visitor pattern. |
| IdentifiableElementDeclaration |
Extends the concept of a named element to provides a unique way of identifying an
element declaration for a given
ExtensionModel |
| MetadataPropertiesAwareElementDeclaration |
A declaration which can be augmented with metadata
regarding the represented element model.
|
| NamedElementDeclaration |
Adds naming methods to an element declaration
|
| ParameterValue |
Represents the configured value of a given
ParameterElementDeclaration |
| ParameterValueVisitor |
Used in
ParameterValue.accept(ParameterValueVisitor) as a visitor pattern. |
| ReferableElementDeclaration |
Adds
this#getRefName and this#setRefName capabilities to an ElementDeclaration
that represents a global element that can be referenced by its name. |
| Class | Description |
|---|---|
| ArtifactDeclaration |
A programmatic descriptor of a mule artifact configuration.
|
| ComponentElementDeclaration<T extends ComponentElementDeclaration> |
A programmatic descriptor of a
ComponentModel configuration. |
| ConfigurationElementDeclaration |
A programmatic descriptor of a
ConfigurationModel configuration. |
| ConnectionElementDeclaration |
A programmatic descriptor of a
ConnectionProviderModel configuration. |
| ConstructElementDeclaration |
A programmatic descriptor of an application Flow configuration.
|
| ElementDeclaration |
Base of a programmatic descriptor of the configuration for any element present in a mule application.
|
| EnrichableElementDeclaration |
A programmatic descriptor of an
ElementDeclaration that can
be enriched with custom properties and parameters. |
| OperationElementDeclaration |
A programmatic descriptor of a
OperationModel configuration. |
| ParameterElementDeclaration |
A programmatic descriptor of a
ParameterModel configuration. |
| ParameterGroupElementDeclaration |
A programmatic descriptor of a
ParameterizedModel configuration. |
| ParameterizedElementDeclaration |
A programmatic descriptor of a
ParameterizedModel configuration. |
| RouteElementDeclaration |
A programmatic descriptor of a
NestedRouteModel configuration. |
| SourceElementDeclaration |
A programmatic descriptor of a
SourceModel configuration. |
| TopLevelParameterDeclaration |
A programmatic descriptor of an
ObjectType configuration that will
be used as a global element of the mule application. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.