Uses of Interface
org.camunda.bpm.model.dmn.instance.Decision
Packages that use Decision
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Decision in org.camunda.bpm.dmn.engine.impl.spi.transform
Methods in org.camunda.bpm.dmn.engine.impl.spi.transform with parameters of type DecisionModifier and TypeMethodDescriptionvoid
DmnTransformListener.transformDecision
(Decision decision, DmnDecision dmnDecision) Notified after a DMN decision was transformed -
Uses of Decision in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DecisionModifier and TypeMethodDescriptionprotected DmnDecisionImpl
DmnDecisionTransformHandler.createFromDecision
(DmnElementTransformContext context, Decision decision) void
DmnTransformLogger.decisionTypeNotSupported
(Expression expression, Decision decision) void
DmnTransformLogger.decisionWithoutExpression
(Decision decision) protected List<DmnDecision>
DefaultDmnTransform.getRequiredDmnDecisions
(Decision decision, Map<String, DmnDecisionImpl> dmnDecisions) DmnDecisionTransformHandler.handleElement
(DmnElementTransformContext context, Decision decision) protected void
DefaultDmnTransform.notifyTransformListeners
(Decision decision, DmnDecision dmnDecision) protected DmnDecisionImpl
DefaultDmnTransform.transformDecision
(Decision decision) protected DmnDecisionLiteralExpressionImpl
DefaultDmnTransform.transformDecisionLiteralExpression
(Decision decision, LiteralExpression literalExpression) Method parameters in org.camunda.bpm.dmn.engine.impl.transform with type arguments of type DecisionModifier and TypeMethodDescriptionprotected void
DefaultDmnTransform.buildDecisionRequirements
(Collection<Decision> decisions, Map<String, DmnDecisionImpl> dmnDecisions) protected List<DmnDecision>
DefaultDmnTransform.transformDecisions
(Collection<Decision> decisions) protected Map<String,
DmnDecisionImpl> DefaultDmnTransform.transformIndividualDecisions
(Collection<Decision> decisions) -
Uses of Decision in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type Decision -
Uses of Decision in org.camunda.bpm.engine.impl.dmn.transformer
Methods in org.camunda.bpm.engine.impl.dmn.transformer with parameters of type DecisionModifier and TypeMethodDescriptionprotected DmnDecisionImpl
DecisionDefinitionHandler.createFromDecision
(DmnElementTransformContext context, Decision decision) protected void
DecisionDefinitionHandler.validateAndSetHTTL
(Decision decision, DecisionDefinitionEntity decisionDefinition, boolean skipEnforceTtl) -
Uses of Decision in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement DecisionFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type DecisionModifier and TypeFieldDescriptionprotected static ElementReferenceCollection<Decision,
DecisionMadeReference> OrganizationUnitImpl.decisionDecisionMadeRefCollection
protected static ElementReferenceCollection<Decision,
DecisionOwnedReference> OrganizationUnitImpl.decisionDecisionOwnedRefCollection
protected static ElementReferenceCollection<Decision,
EncapsulatedDecisionReference> DecisionServiceImpl.encapsulatedDecisionRefCollection
protected static ElementReferenceCollection<Decision,
ImpactingDecisionReference> PerformanceIndicatorImpl.impactingDecisionRefCollection
protected static ElementReferenceCollection<Decision,
InputDecisionReference> DecisionServiceImpl.inputDecisionRefCollection
protected static ElementReferenceCollection<Decision,
OutputDecisionReference> DecisionServiceImpl.outputDecisionRefCollection
protected static ElementReference<Decision,
RequiredDecisionReference> AuthorityRequirementImpl.requiredDecisionRef
protected static ElementReference<Decision,
RequiredDecisionReference> InformationRequirementImpl.requiredDecisionRef
Methods in org.camunda.bpm.model.dmn.impl.instance that return DecisionModifier and TypeMethodDescriptionAuthorityRequirementImpl.getRequiredDecision()
InformationRequirementImpl.getRequiredDecision()
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type DecisionModifier and TypeMethodDescriptionOrganizationUnitImpl.getDecisionsMade()
OrganizationUnitImpl.getDecisionsOwned()
DecisionServiceImpl.getEncapsulatedDecisions()
PerformanceIndicatorImpl.getImpactingDecisions()
DecisionServiceImpl.getInputDecisions()
DecisionServiceImpl.getOutputDecisions()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type DecisionModifier and TypeMethodDescriptionvoid
AuthorityRequirementImpl.setRequiredDecision
(Decision requiredDecision) void
InformationRequirementImpl.setRequiredDecision
(Decision requiredDecision) -
Uses of Decision in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return DecisionModifier and TypeMethodDescriptionAuthorityRequirement.getRequiredDecision()
InformationRequirement.getRequiredDecision()
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type DecisionModifier and TypeMethodDescriptionOrganizationUnit.getDecisionsMade()
OrganizationUnit.getDecisionsOwned()
DecisionService.getEncapsulatedDecisions()
PerformanceIndicator.getImpactingDecisions()
DecisionService.getInputDecisions()
DecisionService.getOutputDecisions()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type DecisionModifier and TypeMethodDescriptionvoid
AuthorityRequirement.setRequiredDecision
(Decision requiredDecision) void
InformationRequirement.setRequiredDecision
(Decision requiredDecision)