public interface Action extends WithResourceId, WithKind, WithName, WithTags, WithConfigurationProperties, WithMetadata, Serializable
isComponentProperty, isEndpointProperty, isRawComponentProperty, isRawEndpointProperty, isSecretComponentProperty, isSecretEndpointProperty, isSecretOrComponentProperty| Modifier and Type | Interface and Description |
|---|---|
static class |
Action.Pattern |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_CONNECTOR |
static String |
TYPE_STEP |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionType() |
String |
getDescription() |
ActionDescriptor |
getDescriptor() |
default Optional<DataShape> |
getInputDataShape() |
default Kind |
getKind() |
default Optional<DataShape> |
getOutputDataShape() |
Action.Pattern |
getPattern() |
default Map<String,ConfigurationProperty> |
getProperties() |
Action |
withInputDataShape(Optional<DataShape> inputDataShape) |
Action |
withOutputDataShape(Optional<DataShape> outputDataShape) |
getId, hasId, idEquals, withIdfilterComponentProperties, filterComponentProperties, filterEndpointProperties, filterEndpointProperties, filterProperties, filterProperties, filterSecrets, filterSecrets, isComponentProperty, isComponentProperty, isEndpointProperty, isEndpointProperty, isRaw, isRaw, isRaw, isRawComponentProperty, isRawComponentProperty, isRawEndpointProperty, isRawEndpointProperty, isSecret, isSecret, isSecret, isSecretComponentProperty, isSecretComponentProperty, isSecretEndpointProperty, isSecretEndpointProperty, isSecretOrComponentProperty, isSecretOrComponentProperty, propertyEntryTaggedWith, propertyTaggedWithgetMetadata, getMetadatastatic final String TYPE_CONNECTOR
static final String TYPE_STEP
String getActionType()
String getDescription()
ActionDescriptor getDescriptor()
Action.Pattern getPattern()
default Map<String,ConfigurationProperty> getProperties()
getProperties in interface WithConfigurationPropertiesCopyright © 2016–2019 Red Hat. All rights reserved.