| Package | Description |
|---|---|
| io.syndesis.common.model.integration | |
| io.syndesis.common.model.support | |
| io.syndesis.common.model.validation.connection |
| Modifier and Type | Method and Description |
|---|---|
default Optional<Connection> |
IntegrationBase.findConnectionById(String connectionId) |
Optional<Connection> |
Step.getConnection() |
default List<Connection> |
IntegrationBase.getConnections() |
default List<Connection> |
Flow.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Equivalencer.equivalent(io.syndesis.common.model.support.EquivContext parentContext,
Connection one,
Connection another)
A weaker form of equality to
Object.equals(Object). |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionWithDomain |
| Constructor and Description |
|---|
ConnectionWithDomain(Connection target,
Collection<Connection> domain) |
| Constructor and Description |
|---|
ConnectionWithDomain(Connection target,
Collection<Connection> domain) |
Copyright © 2016–2019 Red Hat. All rights reserved.