| Package | Description |
|---|---|
| step.functions.io | |
| step.handlers.javahandler |
| Modifier and Type | Method and Description |
|---|---|
OutputBuilder |
OutputBuilder.add(String name,
boolean value)
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
double value)
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
int value)
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
long value)
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.add(String name,
String value)
Adds an output attribute
If the object contains a mapping for the specified name, this method replaces the old value with the specified value.
|
OutputBuilder |
OutputBuilder.appendError(String technicalError)
Appends a technical error message.
|
OutputBuilder |
OutputBuilder.setBusinessError(String businessError)
Reports a business error.
|
OutputBuilder |
OutputBuilder.setError(Error error) |
OutputBuilder |
OutputBuilder.setError(String technicalError)
Reports a technical error.
|
OutputBuilder |
OutputBuilder.setError(String errorMessage,
Throwable e)
Reports a technical error and appends the exception causing this error
as attachment
|
| Modifier and Type | Field and Description |
|---|---|
protected OutputBuilder |
AbstractKeyword.output |
| Modifier and Type | Method and Description |
|---|---|
OutputBuilder |
AbstractKeyword.getOutputBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractKeyword.setOutputBuilder(OutputBuilder outputBuilder) |
Copyright © 2020. All rights reserved.