| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl |
| Modifier and Type | Method and Description |
|---|---|
default ParameterMap |
Activity.getParams() |
| Modifier and Type | Method and Description |
|---|---|
ParameterMap |
ActivityDef.getParams()
Get the parameter map, which is the backing-store for all data within an ActivityDef.
|
static ParameterMap |
ParameterMap.parseOrException(String encodedParams) |
static ParameterMap |
ParameterMap.parsePositional(String encodedParams,
String[] defaultFieldNames)
Parse positional parameters, each suffixed with the ';' terminator.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ParameterMap> |
ParameterMap.parseParams(String encodedParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterMap.Listener.handleParameterMapUpdate(ParameterMap parameterMap) |
| Constructor and Description |
|---|
ActivityDef(ParameterMap parameterMap) |
Copyright © 2016. All rights reserved.