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 |
---|---|
protected DmnVariableImpl |
DmnVariableTransformHandler.createDmnElement(DmnElementTransformContext context,
Variable variable) |
protected DmnVariableImpl |
DmnVariableTransformHandler.createFromVariable(DmnElementTransformContext context,
Variable variable) |
DmnVariableImpl |
DmnVariableTransformHandler.handleElement(DmnElementTransformContext context,
Variable variable) |
protected DmnVariableImpl |
DefaultDmnTransform.transformVariable(Variable variable) |
Modifier and Type | Class and Description |
---|---|
class |
VariableImpl |
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<Variable> |
ContextEntryImpl.variableChild |
protected static ChildElement<Variable> |
DecisionImpl.variableChild |
protected static ChildElement<Variable> |
BusinessKnowledgeModelImpl.variableChild |
Modifier and Type | Method and Description |
---|---|
Variable |
ContextEntryImpl.getVariable() |
Variable |
DecisionImpl.getVariable() |
Variable |
BusinessKnowledgeModelImpl.getVariable() |
Modifier and Type | Method and Description |
---|---|
void |
ContextEntryImpl.setVariable(Variable variable) |
void |
DecisionImpl.setVariable(Variable variable) |
void |
BusinessKnowledgeModelImpl.setVariable(Variable variable) |
Modifier and Type | Method and Description |
---|---|
Variable |
BusinessKnowledgeModel.getVariable() |
Variable |
ContextEntry.getVariable() |
Variable |
Decision.getVariable() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessKnowledgeModel.setVariable(Variable variable) |
void |
ContextEntry.setVariable(Variable variable) |
void |
Decision.setVariable(Variable variable) |
Copyright © 2022. All rights reserved.