| Interface | Description |
|---|---|
| ConnectedDeclaration<T extends BaseDeclaration> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get ConnectionProviderDeclaration objects |
| DeclaresExternalLibraries<T extends Declarer> |
Common interface for
declarers which support
adding ExternalLibraryModel instances |
| HasConnectionProviderDeclarer | |
| HasConstructDeclarer<T> |
Contract interface for a declarer in which it's possible
to add constructs
|
| HasDisplayModelDeclarer<T> |
Contract interface for a declarer in which it's possible
to add message sources
|
| HasFunctionDeclarer |
Contract interface for a declarer in which it's possible
to add functions
|
| HasModelProperties<T> |
A contract interface for a declarer capable of adding a model properties
|
| HasNestedComponentsDeclarer |
A contract interface for a declarer capable of adding a
NestableElementModel as child |
| HasNestedRoutesDeclarer |
A contract interface for a declarer capable of adding a
NestedRouteModel as child |
| HasOperationDeclarer |
Contract interface for a declarer in which it's possible
to add operations
|
| HasParametersDeclarer |
A contract interface for a declarer capable of adding a model properties
|
| HasSourceDeclarer |
Contract interface for a declarer in which it's possible
to add message sources
|
| HasStereotypeDeclarer<T> |
Contract interface for a declarer in which it's possible
to add
StereotypeModel |
| TypedDeclaration |
Contract interface for a
BaseDeclaration in which
it's possible to define the declared component's MetadataType |
| WithAllowedStereotypesDeclaration<T> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get StereotypeModel objects |
| WithConstructsDeclaration<T extends BaseDeclaration> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get OperationDeclaration objects |
| WithFunctionsDeclaration<T extends BaseDeclaration> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get FunctionDeclaration objects |
| WithNestedComponentsDeclaration<T> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get NestableElementDeclaration objects |
| WithOperationsDeclaration<T extends BaseDeclaration> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get OperationDeclaration objects |
| WithOutputDeclaration |
Contract interface for a
BaseDeclaration in which it's possible
to get/set OutputDeclaration objects of payload and attributes. |
| WithParametersDeclaration |
Contract interface for a
BaseDeclaration in which
it's possible to add/get SourceDeclaration objects |
| WithSourcesDeclaration<T extends BaseDeclaration> |
Contract interface for a
BaseDeclaration in which
it's possible to add/get SourceDeclaration objects |
| WithStereotypesDeclaration |
Contract interface for a
BaseDeclaration in which
it's possible to add/get StereotypeModel objects |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.