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 |
|---|---|
boolean |
onIsActive(IsActionActiveContext context)
A callback method that informs if the action in a given context is active.
|
void |
onProvideArgs(ProvideArgsContext context)
A callback method that provides argument values along with argument value sets (i.e.
|
getAdapter, getLogger, getSponge, onConfigure, onInitgetMetagetKnowledgeBaseboolean onIsActive(IsActionActiveContext context)
context - the context.true if the action is active.void onProvideArgs(ProvideArgsContext context)
context - the provided action arguments context. The context.provided map should be set up with the provided values if
necessary.Copyright © 2016–2019 Softelnet. All rights reserved.