| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.type.provided |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProvidedValue<?>> |
EngineOperations.provideActionArgs(String actionName)
Returns the provided values along with value sets of the action arguments.
|
Map<String,ProvidedValue<?>> |
EngineOperations.provideActionArgs(String actionName,
List<String> argNames)
Returns the provided values along with value sets of the action arguments.
|
Map<String,ProvidedValue<?>> |
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 |
|---|---|
Map<String,ProvidedValue<?>> |
ProvideArgsContext.getProvided() |
Map<String,ProvidedValue<?>> |
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 |
ProvideArgsContext.setProvided(Map<String,ProvidedValue<?>> provided) |
| Constructor and Description |
|---|
ProvideArgsContext(Set<String> names,
Map<String,Object> current,
Map<String,ProvidedValue<?>> provided) |
| Modifier and Type | Method and Description |
|---|---|
ProvidedValue<T> |
ProvidedValue.withAnnotatedValueSet(List<AnnotatedValue<T>> annotatedValueSet) |
ProvidedValue<T> |
ProvidedValue.withValue(T value) |
ProvidedValue<T> |
ProvidedValue.withValueSet(List<T> valueSet) |
Copyright © 2016–2019 Softelnet. All rights reserved.