public interface Action extends Processor<ActionAdapter>, ActionOperations
onCall method that performs an operation and returns a result. For example:
Object onCall(Number value, String text).| Modifier and Type | Method and Description |
|---|---|
void |
onProvideArgs(ProvideArgsContext context)
A callback method that provides argument values along with argument value sets (i.e.
|
getAdapter, getLogger, onConfigure, onInitgetMetagetKnowledgeBasevoid onProvideArgs(ProvideArgsContext context)
context - the provided action arguments context. The context.provided map must be set up with the provided values.Copyright © 2016–2019 Softelnet. All rights reserved.