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