Class DmnEngineAgendaSessionFactory
- java.lang.Object
-
- org.flowable.dmn.engine.impl.agenda.DmnEngineAgendaSessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class DmnEngineAgendaSessionFactory extends Object implements SessionFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected DmnEngineAgendaFactorydmnEngineAgendaFactory
-
Constructor Summary
Constructors Constructor Description DmnEngineAgendaSessionFactory(DmnEngineAgendaFactory dmnEngineAgendaFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getSessionType()SessionopenSession(CommandContext commandContext)
-
-
-
Field Detail
-
dmnEngineAgendaFactory
protected DmnEngineAgendaFactory dmnEngineAgendaFactory
-
-
Constructor Detail
-
DmnEngineAgendaSessionFactory
public DmnEngineAgendaSessionFactory(DmnEngineAgendaFactory dmnEngineAgendaFactory)
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionTypein interfaceSessionFactory
-
openSession
public Session openSession(CommandContext commandContext)
- Specified by:
openSessionin interfaceSessionFactory
-
-