| Package | Description |
|---|---|
| io.syndesis.common.model.integration | |
| io.syndesis.common.model.integration.step.template | |
| io.syndesis.common.model.support |
| Modifier and Type | Method and Description |
|---|---|
default Step |
Step.updateInputDataShape(Optional<DataShape> inputDataShape) |
default Step |
Step.updateOutputDataShape(Optional<DataShape> outputDataShape) |
| Modifier and Type | Method and Description |
|---|---|
default Optional<Step> |
Flow.findStepById(String stepId) |
default List<Step> |
WithSteps.getSteps() |
default List<Step> |
IntegrationBase.getSteps()
Deprecated.
steps have been superseded by flows
|
| Modifier and Type | Method and Description |
|---|---|
static Step |
TemplateStepLanguage.updateStep(Step step)
Update the template step
Step with required dependencies |
| Modifier and Type | Method and Description |
|---|---|
static Step |
TemplateStepLanguage.updateStep(Step step)
Update the template step
Step with required dependencies |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Equivalencer.equivalent(io.syndesis.common.model.support.EquivContext parentContext,
Step one,
Step another)
A weaker form of equality to
Object.equals(Object). |
Copyright © 2016–2019 Red Hat. All rights reserved.