| Package | Description |
|---|---|
| io.syndesis.common.model | |
| io.syndesis.common.model.action | |
| io.syndesis.common.model.connection | |
| io.syndesis.common.model.integration |
| Modifier and Type | Method and Description |
|---|---|
DataShape |
InputDataShapeAware.getInputDataShape()
Returns the input data shape.
|
DataShape |
OutputDataShapeAware.getOutputDataShape()
Returns the output data shape.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<DataShape> |
DataShape.findVariant(Predicate<DataShape> predicate) |
default Optional<DataShape> |
DataShape.findVariantByMeta(String key,
String val) |
default List<DataShape> |
DataShape.getVariants()
Holds the variants available for this data shape.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputDataShapeAware.setInputDataShape(DataShape dataShape)
Sets the input data shape.
|
void |
OutputDataShapeAware.setOutputDataShape(DataShape dataShape)
Sets the output data shape.
|
static void |
InputDataShapeAware.trySetInputDataShape(Object target,
DataShape dataShape)
Assign the given dataShape to the target object if it implements
InputDataShapeAware interface.
|
static void |
OutputDataShapeAware.trySetOutputDataShape(Object target,
DataShape dataShape)
Assign the given dataShape to the target object if it implements
InputDataShapeAware interface.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<DataShape> |
DataShape.findVariant(Predicate<DataShape> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DataShape> |
ActionDescriptor.getInputDataShape() |
default Optional<DataShape> |
Action.getInputDataShape() |
Optional<DataShape> |
ActionDescriptor.getOutputDataShape() |
default Optional<DataShape> |
Action.getOutputDataShape() |
| Modifier and Type | Method and Description |
|---|---|
DataShape |
DynamicActionMetadata.inputShape() |
DataShape |
DynamicActionMetadata.outputShape() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<DataShape> |
Step.inputDataShape() |
default Optional<DataShape> |
Step.outputDataShape() |
| Modifier and Type | Method and Description |
|---|---|
default Step |
Step.updateInputDataShape(Optional<DataShape> inputDataShape) |
default Step |
Step.updateOutputDataShape(Optional<DataShape> outputDataShape) |
Copyright © 2016–2019 Red Hat. All rights reserved.