| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultBTGExpressionEvaluator.evaluate(BTGExpressionModel condition,
UserModel user,
BTGEvaluationContext context) |
void |
DefaultBTGExpressionEvaluator.setConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope resultScope,
boolean newResult,
java.lang.String jaloSessionId,
boolean forced) |
| Modifier and Type | Method and Description |
|---|---|
BTGConditionResultModel |
BTGDao.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced)
Creates new condition evaluation result
|
| Modifier and Type | Method and Description |
|---|---|
BTGConditionResultModel |
ResultCachingBTGDaoDecorator.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGConditionResultModel |
DefaultBTGDao.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
BTGConditionResultModel |
DefaultResultDataCachingBTGDao.createConditionResult(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
protected BTGConditionResultModel |
DefaultResultDataCachingBTGDao.createConditionResultModel(UserModel user,
BTGExpressionModel condition,
BTGResultScope scope,
boolean result,
java.lang.String jaloSessionId,
boolean forced) |
| Modifier and Type | Method and Description |
|---|---|
BTGExpressionModel |
BTGExpressionResource.getBTGExpressionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BTGExpressionModel |
BTGExpressionResource.readResource(java.lang.String resourceId)
Gets the
BTGExpressionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BTGExpressionModel> |
BTGExpressionsResource.getBTGExpressionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGExpressionResource.setBTGExpressionModel(BTGExpressionModel value)
Convenience method which just delegates to
#setResourceValue(BTGExpressionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGExpressionsResource.setBTGExpressionsCollection(java.util.Collection<BTGExpressionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BTGConditionModel |
ExpressionService.updateExpression(BTGExpressionModel existingExpression,
BTGOperandModel updatedLeftOperand,
java.lang.String updatedOperator,
BTGOperandModel updatedRightOperand)
Updates an existing BTG expression.
|
| Modifier and Type | Method and Description |
|---|---|
BTGConditionModel |
DefaultExpressionService.updateExpression(BTGExpressionModel existingExpression,
BTGOperandModel updatedLeftOperand,
java.lang.String updatedOperator,
BTGOperandModel updatedRightOperand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractExpressionValidator.isValid(BTGExpressionModel value,
ConstraintValidatorContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
BTGExpressionLabelProvider.getItemLabel(BTGExpressionModel item) |
| Modifier and Type | Method and Description |
|---|---|
BTGExpressionModel |
BTGExpressionComponentEditorModel.getEditableExpression() |
| Constructor and Description |
|---|
BTGExpressionComponentEditorModel(BTGExpressionModel editableExpression) |
Copyright © 2018 SAP SE. All Rights Reserved.