| Package | Description |
|---|---|
| de.hybris.platform.btg.services | |
| de.hybris.platform.btg.services.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
ExpressionService.getAvailableOperators(BTGOperandModel leftOperand)
Provides information about possible types for the operator than is used to create an expression for some existing
rule given left operand type.
|
java.util.Collection<java.lang.Class<? extends BTGOperandModel>> |
ExpressionService.getAvailableRightOperands(BTGOperandModel leftOperand,
java.lang.String operatorType)
Provides information about possible types for the right operand than is used to create an expression for some
existing rule given left operand type and operator type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
DefaultExpressionService.getAvailableOperators(BTGOperandModel leftOperand) |
java.util.Collection<java.lang.Class<? extends BTGOperandModel>> |
DefaultExpressionService.getAvailableRightOperands(BTGOperandModel leftOperand,
java.lang.String operatorType) |
Copyright © 2018 SAP SE. All Rights Reserved.