public interface ActionAdapter extends ProcessorAdapter<Action>, ActionOperations
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getRegisteredTypeNames()
Returns the registered type names used in this action.
|
Map<String,ProvidedValue<?>> |
provideArgs(List<String> provide,
List<String> submit,
Map<String,Object> current,
Map<String,Map<String,Object>> features)
Provides action arguments.
|
clear, getDefinition, getProcessor, getQualifiedVersion, getType, setProcessor, validategetMetagetKnowledgeBaseMap<String,ProvidedValue<?>> provideArgs(List<String> provide, List<String> submit, Map<String,Object> current, Map<String,Map<String,Object>> features)
provide - the list of argument names to provide.submit - the list of submitted argument names.current - the map of argument names and their current values passed from a client code. The map is required to contain values of
those arguments that the arguments specified in the provide and submit depend on and all arguments specified
by submit.features - the features for arguments.Copyright © 2016–2019 Softelnet. All rights reserved.