|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DmnExpressionImpl | |
|---|---|
| org.camunda.bpm.dmn.engine.impl | |
| org.camunda.bpm.dmn.engine.impl.evaluation | |
| org.camunda.bpm.dmn.engine.impl.transform | |
| Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl |
|---|
| Fields in org.camunda.bpm.dmn.engine.impl declared as DmnExpressionImpl | |
|---|---|
protected DmnExpressionImpl |
DmnDecisionTableInputImpl.expression
|
protected DmnExpressionImpl |
DmnDecisionLiteralExpressionImpl.expression
|
| Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnExpressionImpl | |
|---|---|
protected List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.conclusions
|
protected List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.conditions
|
| Methods in org.camunda.bpm.dmn.engine.impl that return DmnExpressionImpl | |
|---|---|
DmnExpressionImpl |
DmnDecisionTableInputImpl.getExpression()
|
DmnExpressionImpl |
DmnDecisionLiteralExpressionImpl.getExpression()
|
| Methods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnExpressionImpl | |
|---|---|
List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.getConclusions()
|
List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.getConditions()
|
| Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnExpressionImpl | |
|---|---|
void |
DmnDecisionTableInputImpl.setExpression(DmnExpressionImpl expression)
|
void |
DmnDecisionLiteralExpressionImpl.setExpression(DmnExpressionImpl expression)
|
| Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnExpressionImpl | |
|---|---|
void |
DmnDecisionTableRuleImpl.setConclusions(List<DmnExpressionImpl> conclusions)
|
void |
DmnDecisionTableRuleImpl.setConditions(List<DmnExpressionImpl> conditions)
|
| Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl.evaluation |
|---|
| Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnExpressionImpl | |
|---|---|
Object |
ExpressionEvaluationHandler.evaluateExpression(String expressionLanguage,
DmnExpressionImpl expression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected Object |
DecisionTableEvaluationHandler.evaluateFeelSimpleUnaryTests(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected Object |
DecisionTableEvaluationHandler.evaluateInputEntry(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected Object |
DecisionTableEvaluationHandler.evaluateInputExpression(DmnExpressionImpl expression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected Object |
DecisionLiteralExpressionEvaluationHandler.evaluateLiteralExpression(DmnExpressionImpl expression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected Object |
DecisionTableEvaluationHandler.evaluateOutputEntry(DmnExpressionImpl conclusion,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected String |
ExpressionEvaluationHandler.getExpressionTextForLanguage(DmnExpressionImpl expression,
String expressionLanguage)
|
protected boolean |
DecisionTableEvaluationHandler.isConditionApplicable(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
|
protected boolean |
DecisionTableEvaluationHandler.isNonEmptyExpression(DmnExpressionImpl expression)
|
| Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl.transform |
|---|
| Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnExpressionImpl | |
|---|---|
protected DmnExpressionImpl |
DmnDecisionTableConditionTransformHandler.createDmnElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
|
protected DmnExpressionImpl |
DmnDecisionTableInputExpressionTransformHandler.createDmnElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
|
protected DmnExpressionImpl |
DmnLiternalExpressionTransformHandler.createDmnElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression inputEntry)
|
protected DmnExpressionImpl |
DmnDecisionTableConditionTransformHandler.createFromInputEntry(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
|
protected DmnExpressionImpl |
DmnDecisionTableInputExpressionTransformHandler.createFromInputExpression(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
|
protected DmnExpressionImpl |
DmnLiternalExpressionTransformHandler.createFromLiteralExpressionEntry(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
|
DmnExpressionImpl |
DmnDecisionTableConditionTransformHandler.handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
|
DmnExpressionImpl |
DmnDecisionTableInputExpressionTransformHandler.handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
|
DmnExpressionImpl |
DmnLiternalExpressionTransformHandler.handleElement(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
|
protected DmnExpressionImpl |
DefaultDmnTransform.transformInputEntry(org.camunda.bpm.model.dmn.instance.InputEntry inputEntry)
|
protected DmnExpressionImpl |
DefaultDmnTransform.transformInputExpression(org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
|
protected DmnExpressionImpl |
DefaultDmnTransform.transformLiteralExpression(org.camunda.bpm.model.dmn.instance.LiteralExpression literalExpression)
|
protected DmnExpressionImpl |
DefaultDmnTransform.transformOutputEntry(org.camunda.bpm.model.dmn.instance.OutputEntry outputEntry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||