Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.type.DmnTypeDefinition
-
Packages that use DmnTypeDefinition Package Description 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 Modifier and Type Field Description protected DmnTypeDefinitionDmnDecisionTableOutputImpl. typeDefinitionprotected DmnTypeDefinitionDmnExpressionImpl. typeDefinitionprotected DmnTypeDefinitionDmnVariableImpl. typeDefinitionMethods in org.camunda.bpm.dmn.engine.impl that return DmnTypeDefinition Modifier and Type Method Description DmnTypeDefinitionDmnDecisionTableOutputImpl. getTypeDefinition()DmnTypeDefinitionDmnExpressionImpl. getTypeDefinition()DmnTypeDefinitionDmnVariableImpl. getTypeDefinition()Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnTypeDefinition Modifier and Type Method Description voidDmnDecisionTableOutputImpl. setTypeDefinition(DmnTypeDefinition typeDefinition)voidDmnExpressionImpl. setTypeDefinition(DmnTypeDefinition typeDefinition)voidDmnVariableImpl. 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 Modifier and Type Method Description protected static DmnTypeDefinitionDmnExpressionTransformHelper. createTypeDefinition(DmnElementTransformContext context, String typeRef)static DmnTypeDefinitionDmnExpressionTransformHelper. createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.InformationItem informationItem)static DmnTypeDefinitionDmnExpressionTransformHelper. createTypeDefinition(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.LiteralExpression expression)protected DmnTypeDefinitionDmnDecisionTableOutputTransformHandler. 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 Modifier and Type Class Description classDefaultTypeDefinitionclassDmnTypeDefinitionImpl
-