Package | Description |
---|---|
org.camunda.bpm.dmn.engine.impl.transform | |
org.camunda.bpm.model.dmn.impl.instance | |
org.camunda.bpm.model.dmn.instance |
Modifier and Type | Method and Description |
---|---|
void |
DmnTransformLogger.decisionTypeNotSupported(Expression expression,
Decision decision) |
Modifier and Type | Class and Description |
---|---|
class |
ContextImpl |
class |
DecisionTableImpl |
class |
DefaultOutputEntryImpl |
class |
EncapsulatedLogicImpl |
class |
ExpressionImpl |
class |
FunctionDefinitionImpl |
class |
InputExpressionImpl |
class |
InvocationImpl |
class |
ListImpl |
class |
LiteralExpressionImpl |
class |
OutputEntryImpl |
class |
RelationImpl |
class |
RowImpl |
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Expression> |
ContextEntryImpl.expressionChild |
protected static ChildElement<Expression> |
FunctionDefinitionImpl.expressionChild |
protected static ChildElement<Expression> |
BindingImpl.expressionChild |
protected static ChildElement<Expression> |
InvocationImpl.expressionChild |
protected static ChildElement<Expression> |
DecisionImpl.expressionChild |
protected static ChildElementCollection<Expression> |
ListImpl.expressionCollection |
Modifier and Type | Method and Description |
---|---|
Expression |
ContextEntryImpl.getExpression() |
Expression |
FunctionDefinitionImpl.getExpression() |
Expression |
BindingImpl.getExpression() |
Expression |
InvocationImpl.getExpression() |
Expression |
DecisionImpl.getExpression() |
Modifier and Type | Method and Description |
---|---|
Collection<Expression> |
ListImpl.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ContextEntryImpl.setExpression(Expression expression) |
void |
FunctionDefinitionImpl.setExpression(Expression expression) |
void |
BindingImpl.setExpression(Expression expression) |
void |
InvocationImpl.setExpression(Expression expression) |
void |
DecisionImpl.setExpression(Expression expression) |
Modifier and Type | Interface and Description |
---|---|
interface |
Context |
interface |
DecisionTable |
interface |
DefaultOutputEntry |
interface |
EncapsulatedLogic |
interface |
FunctionDefinition |
interface |
InputExpression |
interface |
Invocation |
interface |
List |
interface |
LiteralExpression |
interface |
OutputEntry |
interface |
Relation |
interface |
Row |
Modifier and Type | Method and Description |
---|---|
Expression |
Invocation.getExpression() |
Expression |
Binding.getExpression() |
Expression |
ContextEntry.getExpression() |
Expression |
Decision.getExpression() |
Expression |
FunctionDefinition.getExpression() |
Modifier and Type | Method and Description |
---|---|
Collection<Expression> |
List.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
Invocation.setExpression(Expression expression) |
void |
Binding.setExpression(Expression expression) |
void |
ContextEntry.setExpression(Expression expression) |
void |
Decision.setExpression(Expression expression) |
void |
FunctionDefinition.setExpression(Expression expression) |
Copyright © 2022. All rights reserved.