| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeComponentModel
A specialization of the
ComponentModel that represents an extension made component in their runtime
specialization, like RuntimeOperationModel and RuntimeSourceModel, which adds
behavioural components that are relevant to the extension's functioning when in runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentModel
Base class for immutable implementations of a
ComponentModel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationModel
A definition of an operation in a
ExtensionModel. |
interface |
RuntimeOperationModel
A specialization of the
OperationModel interface which adds
behavioural components that are relevant to the extension's functioning
when in runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableOperationModel
Immutable concrete implementation of
OperationModel |
class |
ImmutableRuntimeOperationModel
Runtime Immutable implementation of
OperationModel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeSourceModel
A specialization of the
SourceModel interface which adds
behavioural components that are relevant to the extension's functioning
when in runtime. |
interface |
SourceModel
A definition of a message source in an
ExtensionModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRuntimeSourceModel
Runtime Immutable implementation of
SourceModel |
class |
ImmutableSourceModel
Immutable implementation of
SourceModel |
| Modifier and Type | Method and Description |
|---|---|
static List<ComponentModel> |
ExtensionModelUtils.getConnectedComponents(ExtensionModel extensionModel)
Returns a
List with all the ComponentModel available to the extensionModel which requires a
connection. |
static List<ComponentModel> |
ExtensionModelUtils.getConnectedComponents(ExtensionModel extensionModel,
ConfigurationModel configurationModel)
Returns a
List with all the ComponentModel available to the configurationModel which requires a
connection. |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.