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