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> names,
Map<String,Object> current)
Returns the provided values along with value sets of the action arguments.
|
clear, getDefinition, getProcessor, getQualifiedVersion, getType, setProcessor, validategetMetagetKnowledgeBaseMap<String,ProvidedValue<?>> provideArgs(List<String> names, Map<String,Object> current)
names - the list of 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 names depend on.Copyright © 2016–2019 Softelnet. All rights reserved.