|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DmnTypeDefinition | |
|---|---|
| org.camunda.bpm.dmn.engine.impl | |
| org.camunda.bpm.dmn.engine.impl.transform | |
| org.camunda.bpm.dmn.engine.impl.type | |
| Uses of DmnTypeDefinition in org.camunda.bpm.dmn.engine.impl |
|---|
| Fields in org.camunda.bpm.dmn.engine.impl declared as DmnTypeDefinition | |
|---|---|
protected DmnTypeDefinition |
DmnExpressionImpl.typeDefinition
|
protected DmnTypeDefinition |
DmnDecisionTableOutputImpl.typeDefinition
|
protected DmnTypeDefinition |
DmnVariableImpl.typeDefinition
|
| Methods in org.camunda.bpm.dmn.engine.impl that return DmnTypeDefinition | |
|---|---|
DmnTypeDefinition |
DmnExpressionImpl.getTypeDefinition()
|
DmnTypeDefinition |
DmnDecisionTableOutputImpl.getTypeDefinition()
|
DmnTypeDefinition |
DmnVariableImpl.getTypeDefinition()
|
| Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnTypeDefinition | |
|---|---|
void |
DmnExpressionImpl.setTypeDefinition(DmnTypeDefinition typeDefinition)
|
void |
DmnDecisionTableOutputImpl.setTypeDefinition(DmnTypeDefinition typeDefinition)
|
void |
DmnVariableImpl.setTypeDefinition(DmnTypeDefinition typeDefinition)
|
| Uses of DmnTypeDefinition in org.camunda.bpm.dmn.engine.impl.transform |
|---|
| Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnTypeDefinition | |
|---|---|
static DmnTypeDefinition |
DmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.InformationItem informationItem)
|
static DmnTypeDefinition |
DmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.LiteralExpression expression)
|
protected static DmnTypeDefinition |
DmnExpressionTransformHelper.createTypeDefinition(DmnElementTransformContext context,
String typeRef)
|
protected DmnTypeDefinition |
DmnDecisionTableOutputTransformHandler.getTypeDefinition(DmnElementTransformContext context,
org.camunda.bpm.model.dmn.instance.Output output)
|
| Uses of DmnTypeDefinition in org.camunda.bpm.dmn.engine.impl.type |
|---|
| Classes in org.camunda.bpm.dmn.engine.impl.type that implement DmnTypeDefinition | |
|---|---|
class |
DefaultTypeDefinition
|
class |
DmnTypeDefinitionImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||