Class DmnActivityBehavior
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
-
- org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
-
- org.flowable.engine.impl.bpmn.behavior.TaskActivityBehavior
-
- org.flowable.engine.impl.bpmn.behavior.DmnActivityBehavior
-
- All Implemented Interfaces:
Serializable,ActivityBehavior,TriggerableActivityBehavior
public class DmnActivityBehavior extends TaskActivityBehavior
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringEXPRESSION_DECISION_TABLE_FALLBACK_TO_DEFAULT_TENANTprotected static StringEXPRESSION_DECISION_TABLE_REFERENCE_KEYprotected static StringEXPRESSION_DECISION_TABLE_SAME_DEPLOYMENTprotected static StringEXPRESSION_DECISION_TABLE_THROW_ERROR_FLAGprotected org.flowable.bpmn.model.Tasktask-
Fields inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
multiInstanceActivityBehavior
-
Fields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
-
Constructor Summary
Constructors Constructor Description DmnActivityBehavior(org.flowable.bpmn.model.Task task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyFallbackToDefaultTenant(DelegateExecution execution, ExecuteDecisionBuilder executeDecisionBuilder)protected voidapplyParentDeployment(DelegateExecution execution, ExecuteDecisionBuilder executeDecisionBuilder, ProcessEngineConfigurationImpl processEngineConfiguration)voidexecute(DelegateExecution execution)Default behaviour: just leave the activity with no extra functionality.protected booleanhasMultipleResults(Map<String,List<Map<String,Object>>> executionResult)protected voidsetDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult, String decisionServiceKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults)protected voidsetVariablesOnExecution(List<Map<String,Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults)-
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.TaskActivityBehavior
getActiveValueList
-
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior
-
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions, parseActivityType, trigger
-
-
-
-
Field Detail
-
EXPRESSION_DECISION_TABLE_REFERENCE_KEY
protected static final String EXPRESSION_DECISION_TABLE_REFERENCE_KEY
- See Also:
- Constant Field Values
-
EXPRESSION_DECISION_TABLE_THROW_ERROR_FLAG
protected static final String EXPRESSION_DECISION_TABLE_THROW_ERROR_FLAG
- See Also:
- Constant Field Values
-
EXPRESSION_DECISION_TABLE_FALLBACK_TO_DEFAULT_TENANT
protected static final String EXPRESSION_DECISION_TABLE_FALLBACK_TO_DEFAULT_TENANT
- See Also:
- Constant Field Values
-
EXPRESSION_DECISION_TABLE_SAME_DEPLOYMENT
protected static final String EXPRESSION_DECISION_TABLE_SAME_DEPLOYMENT
- See Also:
- Constant Field Values
-
task
protected org.flowable.bpmn.model.Task task
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution)
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classFlowNodeActivityBehavior
-
applyFallbackToDefaultTenant
protected void applyFallbackToDefaultTenant(DelegateExecution execution, ExecuteDecisionBuilder executeDecisionBuilder)
-
applyParentDeployment
protected void applyParentDeployment(DelegateExecution execution, ExecuteDecisionBuilder executeDecisionBuilder, ProcessEngineConfigurationImpl processEngineConfiguration)
-
setDecisionServiceVariablesOnExecution
protected void setDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult, String decisionServiceKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults)
-
setVariablesOnExecution
protected void setVariablesOnExecution(List<Map<String,Object>> executionResult, String decisionKey, DelegateExecution execution, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean multipleResults)
-
-