Class VariableListenerSessionFactory
- java.lang.Object
-
- org.flowable.common.engine.impl.variablelistener.VariableListenerSessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class VariableListenerSessionFactory extends Object implements SessionFactory
-
-
Constructor Summary
Constructors Constructor Description VariableListenerSessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getSessionType()SessionopenSession(CommandContext commandContext)
-
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionTypein interfaceSessionFactory
-
openSession
public Session openSession(CommandContext commandContext)
- Specified by:
openSessionin interfaceSessionFactory
-
-