Uses of Interface
org.camunda.bpm.dmn.engine.impl.spi.type.DmnTypeDefinition
Packages that use DmnTypeDefinition
Package
Description
-
Uses of DmnTypeDefinition in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnTypeDefinitionModifier and TypeFieldDescriptionprotected DmnTypeDefinitionDmnDecisionTableOutputImpl.typeDefinitionprotected DmnTypeDefinitionDmnExpressionImpl.typeDefinitionprotected DmnTypeDefinitionDmnVariableImpl.typeDefinitionMethods in org.camunda.bpm.dmn.engine.impl that return DmnTypeDefinitionModifier and TypeMethodDescriptionDmnDecisionTableOutputImpl.getTypeDefinition()DmnExpressionImpl.getTypeDefinition()DmnVariableImpl.getTypeDefinition()Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnTypeDefinitionModifier and TypeMethodDescriptionvoidDmnDecisionTableOutputImpl.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 DmnTypeDefinitionModifier and TypeMethodDescriptionprotected 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