Package com.smeup.kokos.sdk.variable
Class ISmeupVariableManager
java.lang.Object
com.smeup.kokos.sdk.variable.ISmeupVariableManager
- All Implemented Interfaces:
ISmeupVariableCallback
- Author:
- mattia.bonardi
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFun()Resolve expression which contains Smeup Variablesabstract StringresolveFromCache(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 OAVvoidsetupEntity(String entityType, String entityParameter, String entityCode)
-
Constructor Details
-
ISmeupVariableManager
-
-
Method Details
-
resolve
Resolve expression which contains Smeup Variables- Parameters:
expression-- Returns:
- Throws:
Exception
-
getFun
-
getContext
-
setupEntity
-
resolveFromEntityOav
public abstract Map<String,String> resolveFromEntityOav(ExecutionContext context, String type, String parameter, String code, String oavId) throws Exception Define a callback to get entity OAV- Specified by:
resolveFromEntityOavin interfaceISmeupVariableCallback- Parameters:
context-type-parameter-code-oavId-- Returns:
- Throws:
Exception
-
resolveFromCache
public abstract String resolveFromCache(ExecutionContext context, String variableName) throws Exception Define a callback to get variable from cache (G00)- Specified by:
resolveFromCachein interfaceISmeupVariableCallback- Parameters:
context-variableName-- Returns:
- Throws:
Exception
-