| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
ApplicationModel.ApplicationModelBuilder.build()
Build the
ApplicationModel |
| Modifier and Type | Method and Description |
|---|---|
static List<org.jdom2.Element> |
ApplicationModel.getElementsWithNamespace(org.jdom2.Document document,
org.jdom2.Namespace namespace,
ApplicationModel applicationModel)
Retrieves all elements in the document that have the specified namespace
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
AbstractApplicationModelMigrationStep.getApplicationModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractApplicationModelMigrationStep.setApplicationModel(ApplicationModel applicationModel) |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationModel |
PomContribution.getApplicationModel()
Retrieves the application model that this contribution step is working over.
|
ApplicationModel |
ApplicationModelContribution.getApplicationModel()
Retrieves the application model that this contribution step is working over.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
PomContribution.setApplicationModel(ApplicationModel appModel)
Sets the application model on which this contribution step should work over.
|
void |
ApplicationModelContribution.setApplicationModel(ApplicationModel appModel)
Sets the application model on which this contribution step should work over.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jdom2.Element |
XmlDslUtils.addOutboundPropertySetter(String propertyName,
org.jdom2.Element element,
ApplicationModel model,
org.jdom2.Element after) |
static void |
TransportsUtils.extractInboundChildren(org.jdom2.Element inbound,
ApplicationModel appModel) |
static void |
TransportsUtils.extractInboundChildren(org.jdom2.Element inbound,
int index,
org.jdom2.Element target,
ApplicationModel appModel) |
static void |
TransportsUtils.extractOutboundChildren(org.jdom2.Element outbound,
ApplicationModel appModel) |
static void |
XmlDslUtils.migrateEnrichers(org.jdom2.Element object,
ExpressionMigrator expressionMigrator,
CompatibilityResolver<String> resolver,
ApplicationModel model,
MigrationReport report) |
static void |
TransportsUtils.migrateInboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element inboundEndpoint,
MigrationReport report,
boolean expectsOutboundProperties)
Add the required compatibility elements to the flow for a migrated inbound endpoint to work correctly.
|
static void |
TransportsUtils.migrateInboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element inboundEndpoint,
MigrationReport report,
boolean expectsOutboundProperties,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated inbound endpoint to work correctly.
|
static void |
XmlDslUtils.migrateOperationStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report)
Add the required compatibility elements to the flow for a migrated operation to work correctly.
|
static void |
XmlDslUtils.migrateOperationStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report,
boolean outputsAttributes,
ExpressionMigrator expressionMigrator,
CompatibilityResolver resolver) |
static void |
XmlDslUtils.migrateOperationStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report,
boolean outputsAttributes,
ExpressionMigrator expressionMigrator,
CompatibilityResolver resolver,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated operation to work correctly.
|
static void |
TransportsUtils.migrateOutboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element outboundEndpoint,
MigrationReport report,
boolean outputsAttributes)
Add the required compatibility elements to the flow for a migrated outbound endpoint to work correctly.
|
static void |
TransportsUtils.migrateOutboundEndpointStructure(ApplicationModel appModel,
org.jdom2.Element outboundEndpoint,
MigrationReport report,
boolean outputsAttributes,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated outbound endpoint to work correctly.
|
static void |
XmlDslUtils.migrateSourceStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report)
Add the required compatibility elements to the flow for a migrated source to work correctly.
|
static void |
XmlDslUtils.migrateSourceStructure(ApplicationModel appModel,
org.jdom2.Element object,
MigrationReport report,
boolean expectsOutboundProperties,
boolean consumeStreams)
Add the required compatibility elements to the flow for a migrated source to work correctly.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationModel |
MigrationTask.getApplicationModel()
Retrieves the
ApplicationModel that represents the migration current state. |
ApplicationModel |
AbstractMigrationTask.getApplicationModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationTask.setApplicationModel(ApplicationModel applicationModel)
Sets the
ApplicationModel on which the task is going to work over. |
void |
AbstractMigrationTask.setApplicationModel(ApplicationModel applicationModel) |
| Modifier and Type | Method and Description |
|---|---|
T |
CompatibilityResolver.resolve(String original,
org.jdom2.Element element,
MigrationReport report,
ApplicationModel model,
ExpressionMigrator expressionMigrator) |
default T |
CompatibilityResolver.resolve(String original,
org.jdom2.Element element,
MigrationReport report,
ApplicationModel model,
ExpressionMigrator expressionMigrator,
boolean enricher) |
Copyright © 2018 MuleSoft Inc. All rights reserved.