Class TransactionDependentTaskListenerExecutionScope
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.listener.TransactionDependentTaskListenerExecutionScope
-
public class TransactionDependentTaskListenerExecutionScope extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>customPropertiesMapprotected StringexecutionIdprotected Map<String,Object>executionVariablesprotected StringprocessInstanceIdprotected Tasktask
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getCustomPropertiesMap()StringgetExecutionId()Map<String,Object>getExecutionVariables()StringgetProcessInstanceId()TaskgetTask()
-