public interface Definition
| Modifier and Type | Interface and Description |
|---|---|
static class |
Definition.StagingInputErrorHandler |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
A unique identifier for the definition
|
java.util.Set<? extends KeyValue> |
getInitialContext()
A list of initial key/value pairs which will be set at the start of process
|
java.util.Map<java.lang.String,? extends Input> |
getInputMap()
The full list of inputs needed for the definition.
|
java.util.List<? extends Mapping> |
getMappings()
The list of mappings, in order, which will be processed
|
Definition.StagingInputErrorHandler |
getOnInvalidInput()
How are invalid inputs handled during staging.
|
java.util.Map<java.lang.String,? extends Output> |
getOutputMap()
The full list of outputs produced from processing the definition.
|
java.lang.String getId()
java.util.Map<java.lang.String,? extends Input> getInputMap()
java.util.Map<java.lang.String,? extends Output> getOutputMap()
java.util.Set<? extends KeyValue> getInitialContext()
java.util.List<? extends Mapping> getMappings()
Definition.StagingInputErrorHandler getOnInvalidInput()