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.
|
boolean |
isActive(IsActionActiveContext context)
Informs if the action in a given context is active.
|
Map<String,ProvidedValue<?>> |
provideArgs(ProvideArgsParameters parameters)
Provides action arguments.
|
clear, getDefinition, getProcessor, getQualifiedVersion, getType, setProcessor, validategetMetagetKnowledgeBaseboolean isActive(IsActionActiveContext context)
true if the action is not activatable.context - the context.true if the action is active.Map<String,ProvidedValue<?>> provideArgs(ProvideArgsParameters parameters)
parameters - the parameters.Copyright © 2016–2020 Softelnet. All rights reserved.