Package com.smeup.kokos.sdk.variable
Interface ISmeupVariableCallback
- All Known Implementing Classes:
ISmeupVariableManager
public interface ISmeupVariableCallback
- Author:
- mattia.bonardi
-
Method Summary
Modifier and TypeMethodDescriptionresolveFromCache(ExecutionContext context, String variableName) Define a callback to get variable from cache (G00)resolveFromEntityOav(ExecutionContext context, String type, String parameter, String code, String oavId) Define a callback to get entity OAV
-
Method Details
-
resolveFromEntityOav
Map<String,String> resolveFromEntityOav(ExecutionContext context, String type, String parameter, String code, String oavId) throws Exception Define a callback to get entity OAV- Parameters:
context-type-parameter-code-oavId-- Returns:
- Throws:
Exception
-
resolveFromCache
Define a callback to get variable from cache (G00)- Parameters:
context-variableName-- Returns:
- Throws:
Exception
-