public abstract class AbstractNoRestrictionsOperandValueProvider<T extends BTGOperandModel> extends Object implements OperandValueProvider<T>
| Constructor and Description |
|---|
AbstractNoRestrictionsOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
doGetValue(T operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope) |
Object |
getValue(T operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
abstract Class |
getValueType(T operand)
Retrieves the value-type from a
BTGOperandModel. |
public AbstractNoRestrictionsOperandValueProvider()
public abstract Class getValueType(T 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<T extends BTGOperandModel>public abstract Object doGetValue(T operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
public final Object getValue(T operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<T extends BTGOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOCopyright © 2017 SAP SE. All Rights Reserved.