public interface ActionAdapter extends ProcessorAdapter<Action>, ActionOperations
| Modifier and Type | Method and Description |
|---|---|
ArgMeta<?> |
getArgMeta(String name)
Returns the argument metadata.
|
Map<String,ArgValue<?>> |
provideArgs(List<String> names,
Map<String,Object> current)
Returns the provided values along with value sets of the action arguments.
|
clear, getDefinition, getProcessor, getType, setProcessor, validategetArgsMeta, getResultMeta, setArgsMeta, setResultMetagetFeatures, getKnowledgeBase, setFeaturesgetDescription, getDisplayName, getName, setDescription, setDisplayName, setNameArgMeta<?> getArgMeta(String name)
name - the argument name.Map<String,ArgValue<?>> 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.