Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnDecisionImpl
Packages that use DmnDecisionImpl
Package
Description
-
Uses of DmnDecisionImpl in org.camunda.bpm.dmn.engine.impl.transform
Fields in org.camunda.bpm.dmn.engine.impl.transform declared as DmnDecisionImplMethods in org.camunda.bpm.dmn.engine.impl.transform that return DmnDecisionImplModifier and TypeMethodDescriptionprotected DmnDecisionImpl
DmnDecisionTransformHandler.createDmnElement()
protected DmnDecisionImpl
DmnDecisionTransformHandler.createFromDecision
(DmnElementTransformContext context, Decision decision) DmnDecisionTransformHandler.handleElement
(DmnElementTransformContext context, Decision decision) protected DmnDecisionImpl
DefaultDmnTransform.transformDecision
(Decision decision) Methods in org.camunda.bpm.dmn.engine.impl.transform that return types with arguments of type DmnDecisionImplModifier and TypeMethodDescriptionprotected Map<String,
DmnDecisionImpl> DefaultDmnTransform.transformIndividualDecisions
(Collection<Decision> decisions) Method parameters in org.camunda.bpm.dmn.engine.impl.transform with type arguments of type DmnDecisionImplModifier and TypeMethodDescriptionprotected void
DefaultDmnTransform.buildDecisionRequirements
(Collection<Decision> decisions, Map<String, DmnDecisionImpl> dmnDecisions) protected List<DmnDecision>
DefaultDmnTransform.getRequiredDmnDecisions
(Decision decision, Map<String, DmnDecisionImpl> dmnDecisions) -
Uses of DmnDecisionImpl in org.camunda.bpm.engine.impl.dmn.entity.repository
Subclasses of DmnDecisionImpl in org.camunda.bpm.engine.impl.dmn.entity.repository -
Uses of DmnDecisionImpl in org.camunda.bpm.engine.impl.dmn.transformer
Methods in org.camunda.bpm.engine.impl.dmn.transformer that return DmnDecisionImplModifier and TypeMethodDescriptionprotected DmnDecisionImpl
DecisionDefinitionHandler.createDmnElement()
protected DmnDecisionImpl
DecisionDefinitionHandler.createFromDecision
(DmnElementTransformContext context, Decision decision)