public class UrlParameterOperandValueProvider extends AbstractWCMSOperandValueProvider<HashMap<String,String[]>> implements CollectionOperandValueProvider<BTGUrlParameterOperandModel>
RuleDataContainer.| Constructor and Description |
|---|
UrlParameterOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getAtomicValueType(BTGUrlParameterOperandModel operand)
Returns the type of the collection element if BTGOperandModel represents a collection of values.
|
Object |
getValue(BTGUrlParameterOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
Class |
getValueType(BTGUrlParameterOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
getFlexibleSearchService, getItems, getRuleDataContainer, setFlexibleSearchService, setRuleDataContainerpublic Class getValueType(BTGUrlParameterOperandModel 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<BTGUrlParameterOperandModel>public Object getValue(BTGUrlParameterOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGUrlParameterOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic Class getAtomicValueType(BTGUrlParameterOperandModel operand)
CollectionOperandValueProvidergetAtomicValueType in interface CollectionOperandValueProvider<BTGUrlParameterOperandModel>Copyright © 2017 SAP SE. All Rights Reserved.