Class TransactionDependentExecutionListenerExecutionScope
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.listener.TransactionDependentExecutionListenerExecutionScope
-
public class TransactionDependentExecutionListenerExecutionScope extends Object
- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>customPropertiesMapprotected StringexecutionIdprotected Map<String,Object>executionVariablesprotected org.flowable.bpmn.model.FlowElementflowElementprotected StringprocessInstanceId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getCustomPropertiesMap()StringgetExecutionId()Map<String,Object>getExecutionVariables()org.flowable.bpmn.model.FlowElementgetFlowElement()StringgetProcessInstanceId()
-