public interface ScriptableEvaluator
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evalToBoolean(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a boolean value
|
List<Object> |
evalToObjectList(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a list of string
|
String |
evalToString(Task task,
String expression,
Map<String,Object> params)
Evaluate your script expression to a single string
|
String evalToString(Task task, String expression, Map<String,Object> params) throws LscServiceException
task - the task concerned by this evaluationexpression - the expression to evaluateparams - the keys are the name used in theLscServiceException - thrown when a technical error is encountereList<Object> evalToObjectList(Task task, String expression, Map<String,Object> params) throws LscServiceException
task - the task concerned by this evaluationexpression - the expression to evaluateparams - the keys are the name used in theLscServiceException - thrown when a technical error is encountereBoolean evalToBoolean(Task task, String expression, Map<String,Object> params) throws LscServiceException
task - the task concerned by this evaluationexpression - the expression to evaluateparams - the keys are the name used in theLscServiceException - thrown when a technical error is encountereCopyright © 2005-2025 LSC project. All Rights Reserved.