|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DmnExpression | |
|---|---|
| org.camunda.bpm.dmn.engine | |
| org.camunda.bpm.dmn.engine.impl | |
| org.camunda.bpm.dmn.engine.impl.context | |
| org.camunda.bpm.dmn.engine.impl.transform | |
| Uses of DmnExpression in org.camunda.bpm.dmn.engine |
|---|
| Subinterfaces of DmnExpression in org.camunda.bpm.dmn.engine | |
|---|---|
interface |
DmnClauseEntry
|
| Methods in org.camunda.bpm.dmn.engine that return DmnExpression | |
|---|---|
DmnExpression |
DmnClause.getInputExpression()
|
| Methods in org.camunda.bpm.dmn.engine that return types with arguments of type DmnExpression | |
|---|---|
List<DmnExpression> |
DmnItemDefinition.getAllowedValues()
|
List<DmnExpression> |
DmnClause.getOutputEntries()
|
| Uses of DmnExpression in org.camunda.bpm.dmn.engine.impl |
|---|
| Classes in org.camunda.bpm.dmn.engine.impl that implement DmnExpression | |
|---|---|
class |
DmnClauseEntryImpl
|
class |
DmnExpressionImpl
|
| Fields in org.camunda.bpm.dmn.engine.impl declared as DmnExpression | |
|---|---|
protected DmnExpression |
DmnClauseImpl.inputExpression
|
| Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnExpression | |
|---|---|
protected List<DmnExpression> |
DmnItemDefinitionImpl.allowedValues
|
protected List<DmnExpression> |
DmnClauseImpl.outputEntries
|
| Methods in org.camunda.bpm.dmn.engine.impl that return DmnExpression | |
|---|---|
DmnExpression |
DmnClauseImpl.getInputExpression()
|
| Methods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnExpression | |
|---|---|
List<DmnExpression> |
DmnItemDefinitionImpl.getAllowedValues()
|
List<DmnExpression> |
DmnClauseImpl.getOutputEntries()
|
| Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnExpression | |
|---|---|
void |
DmnItemDefinitionImpl.addAllowedValue(DmnExpression allowedValue)
|
void |
DmnClauseImpl.addOutputEntry(DmnExpression outputEntry)
|
void |
DmnClauseImpl.setInputExpression(DmnExpression inputExpression)
|
| Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnExpression | |
|---|---|
void |
DmnItemDefinitionImpl.setAllowedValues(List<DmnExpression> allowedValues)
|
void |
DmnClauseImpl.setOutputEntries(List<DmnExpression> outputEntries)
|
| Uses of DmnExpression in org.camunda.bpm.dmn.engine.impl.context |
|---|
| Methods in org.camunda.bpm.dmn.engine.impl.context with parameters of type DmnExpression | |
|---|---|
protected Object |
DmnDecisionContextImpl.evaluateExpression(DmnExpression expression,
Map<String,Object> variables)
|
protected Object |
DmnDecisionContextImpl.evaluateExpression(DmnExpression expression,
Map<String,Object> variables,
Map<String,Object> evaluationCache)
|
protected boolean |
DmnDecisionContextImpl.hasItemDefinitionWithTypeDefinition(DmnExpression expression)
|
protected boolean |
DmnDecisionContextImpl.isExpressionApplicable(DmnExpression expression,
Map<String,Object> variables,
Map<String,Object> evaluationCache)
|
| Uses of DmnExpression in org.camunda.bpm.dmn.engine.impl.transform |
|---|
| Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnExpression | |
|---|---|
protected DmnExpression |
DmnTransformImpl.transformInputExpression(org.camunda.bpm.model.dmn.instance.InputExpression inputExpression)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||