Class DecisionInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation
DelegateInvocation
invoking a DecisionDefinition
in a given VariableContext
.
The DmnEngine instance is resolved from the Context.
The invocation result is a DmnDecisionResult
.
The target of the invocation is the DecisionDefinition
.- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorDescriptionDecisionInvocation
(DecisionDefinition decisionDefinition, VariableContext variableContext) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, proceed
-
Field Details
-
decisionDefinition
-
variableContext
-
-
Constructor Details
-
DecisionInvocation
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-
getInvocationResult
- Overrides:
getInvocationResult
in classDelegateInvocation
- Returns:
- the result of the invocation (can be null if the invocation does not return a result)
-
getDecisionDefinition
-