| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ArgProvidedValue<?>> |
EngineOperations.provideActionArgs(String actionName)
Returns the provided values along with value sets of the action arguments.
|
Map<String,ArgProvidedValue<?>> |
EngineOperations.provideActionArgs(String actionName,
List<String> argNames)
Returns the provided values along with value sets of the action arguments.
|
Map<String,ArgProvidedValue<?>> |
EngineOperations.provideActionArgs(String actionName,
List<String> argNames,
Map<String,Object> current)
Returns the provided values along with value sets of the action arguments.
|
| Modifier and Type | Method and Description |
|---|---|
ArgProvidedValue<T> |
ArgProvidedValue.withAnnotatedValueSet(List<AnnotatedValue<T>> annotatedValueSet) |
ArgProvidedValue<T> |
ArgProvidedValue.withValue(T value) |
ArgProvidedValue<T> |
ArgProvidedValue.withValueSet(List<T> valueSet) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ArgProvidedValue<?>> |
ActionAdapter.provideArgs(List<String> names,
Map<String,Object> current)
Returns the provided values along with value sets of the action arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.onProvideArgs(Set<String> names,
Map<String,Object> current,
Map<String,ArgProvidedValue<?>> provided)
A callback method that returns the provided argument values along with argument value sets (i.e.
|
Copyright © 2016–2019 Softelnet. All rights reserved.