| Package | Description |
|---|---|
| io.syndesis.common.model.action | |
| io.syndesis.common.model.integration | |
| io.syndesis.common.model.support | |
| io.syndesis.common.model.validation.extension |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WithActions<T extends Action> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectorAction |
interface |
StepAction |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.withInputDataShape(Optional<DataShape> inputDataShape) |
Action |
Action.withOutputDataShape(Optional<DataShape> outputDataShape) |
| Modifier and Type | Method and Description |
|---|---|
default <T extends Action> |
Step.getActionAs(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Action> |
Step.getAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Equivalencer.equivalent(io.syndesis.common.model.support.EquivContext parentContext,
Action one,
Action another)
A weaker form of equality to
Object.equals(Object). |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ExtensionWithDomain.getActions() |
Copyright © 2016–2019 Red Hat. All rights reserved.