public class StringScriptOperandValueProvider extends java.lang.Object implements CollectionOperandValueProvider<BTGStringScriptOperandModel>
| Constructor and Description |
|---|
StringScriptOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getAtomicValueType(BTGStringScriptOperandModel operand)
Returns the type of the collection element if BTGOperandModel represents a collection of values.
|
java.lang.Object |
getValue(BTGStringScriptOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
java.lang.Class |
getValueType(BTGStringScriptOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
void |
setApplicationContext(ApplicationContext applicationContext) |
public java.lang.Class getAtomicValueType(BTGStringScriptOperandModel operand)
CollectionOperandValueProvidergetAtomicValueType in interface CollectionOperandValueProvider<BTGStringScriptOperandModel>public java.lang.Object getValue(BTGStringScriptOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGStringScriptOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic java.lang.Class getValueType(BTGStringScriptOperandModel operand)
OperandValueProviderBTGOperandModel.
The type is always assignable to the value-type returned by
OperandValueProvider.getValue(BTGOperandModel, UserModel, BTGConditionEvaluationScope).BTGOperandModel which is asked for it's typegetValueType in interface OperandValueProvider<BTGStringScriptOperandModel>public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
BeansExceptionCopyright © 2018 SAP SE. All Rights Reserved.